@thaddeusjiang/react-fui
v0.0.1
Published
<h1 align="center">React FUI</h1> <p> <a href="https://www.npmjs.com/package/@thaddeusjiang/react-fui" target="_blank"> <img alt="Version" src="https://img.shields.io/npm/v/@thaddeusjiang/react-fui.svg"> </a> <a href="https://github.com/Thaddeus
Downloads
5
Maintainers
Readme
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
👤 Thaddeus Jiang
- 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 ⭐️ if this project helped you!
📝 License
Copyright © 2022 Thaddeus Jiang. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator