1.1.0 • Published 6 months ago

floatui-library v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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.