Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://flipbook-labs.github.io/flipbook/
Storybook plugin for Roblox UI
https://flipbook-labs.github.io/flipbook/
plugin roact roblox storybook
Last synced: about 1 month ago
JSON representation
Storybook plugin for Roblox UI
- Host: GitHub
- URL: https://flipbook-labs.github.io/flipbook/
- Owner: flipbook-labs
- License: mit
- Created: 2021-12-30T22:19:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T22:58:46.000Z (9 months ago)
- Last Synced: 2024-04-14T16:06:57.738Z (9 months ago)
- Topics: plugin, roact, roblox, storybook
- Language: Lua
- Homepage: https://flipbook-labs.github.io/flipbook/
- Size: 2.94 MB
- Stars: 88
- Watchers: 4
- Forks: 6
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-lua - **Documentation**
- awesome-react-lua - **Documentation**
README
# flipbook
[![Install on Roblox](https://img.shields.io/badge/%20-Install%20on%20Roblox-00A2FF?logo=robloxstudio&logoColor=fff)](https://create.roblox.com/store/asset/8517129161/flipbook)
[![Documentation](https://img.shields.io/badge/%20-Documentation-3ECC5F?logo=docusaurus&logoColor=fff)](https://flipbook-labs.github.io/flipbook)
[![Discord Thread](https://img.shields.io/badge/%20-Discord%20Thread-%235865F2?logo=discord&logoColor=fff)](https://discord.com/channels/385151591524597761/1063913358740443336/1063913358740443336)
[![DevForum Thread](https://img.shields.io/badge/%20-DevForum%20Thread-%23000?logo=roblox)](https://devforum.roblox.com/t/flipbook-%E2%80%94-storybook-plugin-for-roblox-ui/2184387)flipbook is a storybook plugin that previews UI components in a sandboxed environment. With it you can isolate distinct parts of your game's UI to hammer out edge cases and complex states without having to run through the whole UI.
With native support for popular UI libraries like [Roact](https://github.com/roblox/roact), [Fusion](https://github.com/Elttob/Fusion), and [Roact 17](https://github.com/grilme99/CorePackages#roact17), no matter how you create UI you can write a story for it in flipbook
![Screenshot of flipbook showing off the ButtonWithControls story](docs/static/img/main-screenshot.png)
## Installation
You can install flipbook from the [Roblox marketplace](https://www.roblox.com/library/8517129161) or from the [GitHub releases](https://github.com/flipbook-labs/flipbook/releases) page.
## Documentation
Learn how to use flipbook on the [official documentation site](https://flipbook-labs.github.io/flipbook/).
## Contributing
Before opening a pull request, check out our [contributing guide](https://flipbook-labs.github.io/flipbook/docs/contributing/) to learn how we develop the plugin.
## License
flipbook is licensed under [MIT License](LICENSE).