glide-ui-kit
v1.0.1
Published
**Glide UI** is a headless component library focused on sleek, micro-interaction-driven UI using Framer Motion.
Readme
Glide UI
Glide UI is a headless component library focused on sleek, micro-interaction-driven UI using Framer Motion.
Glide UI is a headless, lightweight, and accessible UI component library built with React, TypeScript, and Framer Motion.
It focuses on micro-interactions and clean developer experience.
✨ Features
- Accessible and flexible components
- Framer Motion animations built-in
- Tree-shakable and lightweight
- Easy to customize with your own styles
- Type-safe with full TypeScript support
📦 Installation
npm install glide-uiyarn add glide-uiUsage
import { Button, Input, Alert } from "glide-ui";
export default function App() {
return (
<div className="p-4">
<Button>Click Me</Button>
<Input placeholder="Type something..." />
<Alert message="This is an info alert!" type="info" />
</div>
);
}
🧩 Available Components
Alert
Avatar
Badge
Breadcrumb
Button
Checkbox
Input
Menu
Pagination
ProgressBar
RadioGroup
Select
Slider
Spinner
Stepper
Switch
Table
Textarea
Toast
Typography
📖 Documentation
Coming soon! (Work in progress 🚧)
🤝 Contributing
We welcome contributions! Please open issues, suggest improvements, or create pull requests.
📜 License
MIT License.
