Build - Customize - Scale.

Take your UI development to the next level with a powerful, flexible design system built for speed and simplicity.

Atomic Design, Fully Modular

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.

Seamless Documentation & Testing

Integrated with React and Storybook, providing live documentation and interactive component previews, so you can test and iterate with confidence.

Effortlessly create beautiful, consistent interfaces

In just a few lines of code, and you're ready to roll

// Spinner component StoryBook page
export 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
	}
};

Ready to transform your UI workflow?

Start building now!

Built with the Best, So You Can Build Better

Developed using industry-standard technologies, backed by vibrant communities, and trusted by professionals worldwide.

Easy Customization with Tailwind

Tailored for rapid development, with Tailwind as the foundation, allowing you to easily customize colors, spacing, and styles.

Strongly Typed and Highly Scalable

Built with React and TypeScript, ensuring industry standarized power to build robust UIs with confidence.

Hassle-Free Package Management

Powered by Yarn, ensuring smooth installation, quick dependency updates, and effortless project maintenance.