1.1.1 • Published 5 months ago
fancy-react-ui v1.1.1
Fancy ReactUI
A modern, customizable React component library featuring beautiful UI components and loading animations.
Features
- 🎨 20+ Loading Animations
- 📦 Essential UI Components
- 🌗 Dark Mode Support
- 📱 Responsive Design
- ⌨️ TypeScript Ready
- ♿ Accessible Components
Installation
# Using pnpm (recommended)
pnpm add fancy-react-ui
# Using npm
npm install fancy-react-ui
# Using yarn
yarn add fancy-react-ui
Quick Start
import { Button, Progress, ClockSpinner } from "fancy-react-ui";
function App() {
return (
<div>
<Button variant="primary">Click Me</Button>
<Progress value={75} backgroundColor="#2196F3" animated striped />
<ClockSpinner size={60} color="#FF4B2B" />
</div>
);
}
Documentation
Visit our documentation site for detailed guides and examples.
Components
UI Components
- Buttons
- Cards
- Forms
- Progress Bars
- Tables
- Modals
Loading Spinners
- Clock Spinner
- Cube Spinner
- Dual Ring
- Glitch Effect
- Heartbeat
- Loading Overlay
- And many more...
Browser Support
- Chrome (60+)
- Firefox (60+)
- Safari (12+)
- Edge (79+)
- Opera (47+)
Contributing
We welcome contributions! Please read our contributing guidelines before submitting a pull request.