@amsborse/cosmic-ui
v0.0.1
Published
Premium interactive UI components with fluid motion and cosmic design.
Maintainers
Readme
Cosmic UI
Premium interactive UI components designed to feel alive — fluid, responsive, and elegant.
Features
- Interactive motion-driven components
- Cursor-aware animations
- Smooth glow and particle systems
- Built with React + TypeScript
- Documented with Storybook
Install
npm install @amsborse/cosmic-ui
Usage
import { InfinityGraphic } from "@amsborse/cosmic-ui";
export default function App() {
return <InfinityGraphic mode="dark" />;
}