Fluid UI
Fluid UI is a comprehensive library of reusable UI components for Next.js/React applications.
7th October 2024
Time to read: 1 min
Overview
Fluid UI is a comprehensive library of reusable UI components for Next.js/React applications. This library is designed to streamline the development process and ensure consistency across your projects.
Features
- Reusable UI components
- Built with React
- Easy to integrate
- Supports TypeScript
- Storybook for component documentation
Installation
To install the library, use npm:
npm i @smitch/fluid
Basic Usage
import { Input } from '@smitch/fluid'
const App = () => (
<div>
<Input placeholder='Enter text' />
</div>
)
export default App
Components
Buttons
Inputs
Forms
Menus
Feedback
Media
Typography
Website
NPM Package
Technologies
React, Next.js, TailwindCSS, TypeScript, Storybook, npm