Take your UI development to the next level with a powerful, flexible design system built for speed and simplicity.
Crafted with the atomic design methodology, this system ensures consistent and reusable components from atoms to organisms, making it easy to scale and maintain your UI.
Integrated with React and Storybook, providing live documentation and interactive component previews, so you can test and iterate with confidence.
// Spinner component StoryBook pageexport const SingleSpinner = Template.bind({}); SingleSpinner.args = { colorClass: 'bg-green', thickness: 1, size: 6, };export const MultipleSpinners = () => (<div className='flex p-5 gap-3'>// Pass Taiwind classes directly<CircleSpinner colorClass='bg-red' thickness={0.5} size='4rem' /><CircleSpinner colorClass='bg-green' thickness={0.5} size='4rem' />// Dark mode colors available<CircleSpinner colorClass='bg-yellow-dark dark:bg-yellow' thickness={0.5} size='4rem' /><CircleSpinner colorClass='bg-gray-900 dark:bg-white' thickness={0.5} size='4rem' /></div>)MultipleSpinners.parameters = { controls: { disable: true } };
Developed using industry-standard technologies, backed by vibrant communities, and trusted by professionals worldwide.
Tailored for rapid development, with Tailwind as the foundation, allowing you to easily customize colors, spacing, and styles.
Built with React and TypeScript, ensuring industry standarized power to build robust UIs with confidence.
Powered by Yarn, ensuring smooth installation, quick dependency updates, and effortless project maintenance.