apex-ui-kit
v2.0.7
Published
Apex UI Kit - A React component library for building modern user interfaces
Downloads
114
Maintainers
Readme
Apex UI Kit
Apex UI Kit is a modern, blazing-fast, beautifully animated React UI library built with Tailwind CSS, GSAP, and Framer Motion. Perfect for modern apps, portfolios, dashboards, and high-performance UIs.
🌐 Website & Docs
- Main Site: https://apex-ui.in/
- Introduction: https://apex-ui.in/components/docs/getting-started/introduction
- Components: https://apex-ui.in/components/glass-navbar
🚀 Installation
1. Install the package
npm install apex-ui-kit2. Add a component using the CLI
npx apex-ui-kit add hyper-card🧩 Usage Example
import HyperCard from "./ApexUI-Kit/HyperCard/HyperCard.jsx";
const App = () => {
return (
<div>
<HyperCard
starColor="#9f7aea"
glow={true}
beamCount={10}
starCount={250}
/>
</div>
);
};
export default App;📦 Features
- Modern, animated React components
- Easy CLI for adding components
- Built with Tailwind CSS, GSAP, Framer Motion
- Perfect for dashboards, portfolios, and modern web apps
📚 Documentation
- More components and usage: [Coming Soon]
🛠️ Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
📝 License
MIT
