floatui-library
v1.1.0
Published
This project is intended to leverage the power of tailwind css by creating an UI component library for consistent and reusable user interface elements.
Downloads
2
Readme
FloatUI Component Library
This project is intended to leverage the power of tailwind css by creating an UI component library for consistent and reusable user interface elements.
Getting Started
Prerequisites
Make sure you have Node.js(18.17.0) and npm installed on your machine.
Installation
# Clone the repository
git clone https://github.com/roslanlogan/floatui-library.git
# Navigate to the project directory
cd floatui-libary
# Install dependencies
yarn install
# View storybook
yarn storybook
## Credits
This project is built upon the excellent work of [MarsX-dev/floatui](https://github.com/MarsX-dev/floatui). The original repository provides a solid foundation for UI components that we have adapted for our project.
Special thanks to the authors and contributors of [floatui](https://github.com/MarsX-dev/floatui) for their valuable work.