React FUI
Do you like the fantasy User Interface like Westworld?
Components
- [x] Uploading Modal
Install
yarn add @thaddeusjiang/react-fui
Usage
<UploadingModal
onCancel={() => null}
uploadingFilesSnapshot="https://source.unsplash.com/random/1920x1080/?cars"
/>
Development
yarn install
Storybook
Run inside another terminal:
yarn storybook
Example
Then run the example inside another:
yarn link
cd example
yarn link "@thaddeusjiang/react-fui"
yarn # or yarn to install dependencies
yarn start #
Run tests
yarn run test
Author
- Website: https://thaddeusjiang.com/
- Twitter: @ThaddeusJiang
- Github: @ThaddeusJiang
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a
📝 License
Copyright © 2022 Thaddeus Jiang.
This project is MIT licensed.
This README was generated with