Skip to content

Commit

Permalink
Add screenshot of flipbook (#151)
Browse files Browse the repository at this point in the history
Added screenshots of flipbook to the README and intro
  • Loading branch information
vocksel authored Dec 26, 2022
1 parent f26c663 commit 55d4cf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added .moonwave/static/main-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

With flipbook you can quickly iterate on Roact components in an isolated, sandboxed environment to streamline the process of creating reusable UI components.

![Screenshot of flipbook showing off the ButtonWithControls story](.moonwave/static/main-screenshot.png)

## Download

You can install the latest version of flipbook from the [Roblox marketplace](https://www.roblox.com/library/8517129161).
Expand Down
4 changes: 3 additions & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ sidebar_position: 1

flipbook is a Roblox plugin for previewing Roact components in real-time to speed up development and help you break down your components into small, reusable parts of your app.

![Screenshot of flipbook showing off the ButtonWithControls story](/main-screenshot.png)

## Download

To install flipbook, head on over to the [Roblox marketplace](https://www.roblox.com/library/8517129161) and click "Install" to get the latest version.


## Writing Stories

With flipbook installed, it's time to create your first storybook and accompanying story files. Head over to [Writing Stories](writing-stories.md) to learn more.
With flipbook installed, it's time to create your first storybook and accompanying story files. Head over to [Writing Stories](writing-stories.md) to learn more.

0 comments on commit 55d4cf4

Please sign in to comment.