0.0.1 • Published 3 years ago

@thaddeusjiang/react-fui v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Do you like the fantasy User Interface like Westworld?

Westworld UI

Components

  • 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

🤝 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