Breeze UI: Component Library
Breeze is a comprehensive library of reusable UI components for Next.js/React applications.
7th October 2024
Time to read: 1 min

Overview
Breeze 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/breezeBasic Usage
import { Input } from '@smitch/breeze'
const App = () => (
<div>
<Input placeholder='Enter text' />
</div>
)
export default AppComponents
Buttons
Inputs
- Autocomplete
- Checkbox
- Counter
- File Upload
- Input
- Password Input
- Radio Group
- Range Input
- Search Input
- Select
- Switch
- Textarea
- Text Input
Forms
Menus
Feedback
Media
- Card
- Figure
- Gallery
- Hero
- Icon
- Modal
- Placeholder
- Twitter Embed
- Twitter Timeline
- Video
- Video Player
- YouTube Embed
Typography
Data Visualization
- Data Table
- Pictogram
- Line Chart
- Bar Chart
- Mixed Chart
- Pie Chart
- Doughnut Chart
- Radar Chart
- Polar Area Chart
- Scatter Chart
- Stat Bar
