Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flipbook-labs/flipbook

Storybook plugin for Roblox UI
https://github.com/flipbook-labs/flipbook

plugin roact roblox storybook

Last synced: about 2 months ago
JSON representation

Storybook plugin for Roblox UI

Awesome Lists containing this project

README

        

# Plugin icon flipbook

[![Install](https://img.shields.io/badge/install-Roblox%20Marketplace-informational)](https://www.roblox.com/library/8517129161)
[![Docs](https://img.shields.io/badge/learn-Documentation-brightgreen)](https://flipbook-labs.github.io/flipbook)
[![Discussion](https://img.shields.io/badge/discussion-DevForum-brightgreen)](https://devforum.roblox.com/t/flipbook-%E2%80%94-storybook-plugin-for-roblox-ui/2184387)
[![CI](https://github.com/flipbook-labs/flipbook/actions/workflows/ci.yml/badge.svg)](https://github.com/flipbook-labs/flipbook/actions/workflows/ci.yml)

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 [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

[MIT License](LICENSE)