A collection of beautiful React components with advanced glass morphism effects and Framer Motion animations
npm install anicompoA beautiful React component library with advanced glass morphism effects and Framer Motion animations.
- 🎨 Glassmorphism UI components
- âš¡ Smooth Framer Motion animations
- 🧩 Easy to use, tree-shakable imports
- 📦 Lightweight and modern
``bash`
npm install anicompo
or
`bash`
yarn add anicompo
Import any component you need:
`jsx
import {
Button,
Input,
Box,
Toggle,
Calendar,
Title,
UploadBox,
Icon,
} from "anicompo";
function App() {
return (
Components
- Button: Animated glassmorphism button
- Input: Stylish input field
- Box: Glassmorphism container box
- Toggle: Switch/toggle component
- Calendar: Minimal calendar picker
- Title: Section/title component
- UploadBox: Drag-and-drop file upload
- Icon: SVG icon component (many built-in icons)
Demo components (for development/testing):
-
ButtonDemo, InputDemo, BoxDemo, ToggleDemo, CalendarDemo, TitleDemo, UploadBoxDemo, IconDemo`- React 16.8.0 or higher
- React DOM 16.8.0 or higher
- framer-motion 10.0.0 or higher
MIT © Thanh Le