logo

ShadCN UI Components

Invalid DatePreet Suthar

This boilerplate leverages ShadCN UI Components for building reusable, elegant, and highly customizable UI components.

Customizing ShadCN Components #

  1. Locate the components in the src/components/ directory.
  2. Modify the component files as needed, adjusting Tailwind classes, structure, or functionality.
  3. Create new components by adding new files in the src/components/ directory.
  4. Update the Tailwind theme in tailwind.config.js for global style changes.
  5. Use custom variants for components to support additional styles.

For more information, refer to the ShadCN Documentation and Tailwind CSS Customization.