Components crafted for Design Engineers. Styled using Tailwind CSS, fully compatible with Shadcn, and easy to integrate—just copy and paste. MIT
Cult/UI is a collection of accessible and customizable components that is free, open source, and can be easily integrated into various applications. Designed to help developers build their component libraries, Cult/UI offers a range of components that can be copied and pasted into projects.
To install Cult/UI components in your project, you can follow these steps:
npm install cult-ui
yarn add cult-ui
import { Button, Input, Dropdown } from 'cult-ui';
<Button text="Click Me" onClick={handleClick} />
Cult/UI is a valuable resource for developers looking to integrate accessible and customizable components into their applications. With its open-source nature and ease of use, Cult/UI provides a convenient solution for building component libraries and enhancing the user experience of web applications.