UNPKG

apex-ui-kit

Version:

Apex UI Kit - A React component library for building modern user interfaces

76 lines (49 loc) 1.56 kB
# 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/](https://apex-ui.in/) - **Introduction:** [https://apex-ui.in/components/docs/getting-started/introduction](https://apex-ui.in/components/docs/getting-started/introduction) - **Components:** [https://apex-ui.in/components/glass-navbar](https://apex-ui.in/components/glass-navbar) ## 🚀 Installation ### 1. Install the package ```bash npm install apex-ui-kit ``` ### 2. Add a component using the CLI ```bash npx apex-ui-kit add hyper-card ``` --- ## 🧩 Usage Example ```jsx 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