Shadcn Solid screenshot

Shadcn Solid

Author Avatar Theme by Hngngn
Updated: 26 Mar 2025
499 Stars

shadcn/ui, but for Solid.

Categories

Overview:

The shadcn-solid theme is an unofficial community-led SolidJS port of shadcn/ui. It offers accessible and customizable components that users can easily incorporate into their applications. This theme is free to use and open source, providing users with the ability to build their own component library.

Features:

  • Community-led SolidJS port: Unofficially maintained by the community for SolidJS.
  • Accessible and customizable components: Components that can be easily customized to fit user needs.
  • Free and Open Source: Users can utilize the theme at no cost and have access to the source code.
  • Build component library: Enables users to create their own component library by utilizing the provided components.

Installation:

To install the shadcn-solid theme, follow these steps:

  1. Clone the repository using Git:
    git clone [repository_url]
    
  2. Navigate to the directory:
    cd shadcn-solid
    
  3. Install the dependencies:
    npm install
    
  4. Start using the theme in your SolidJS application.

Summary:

shadcn-solid is a community-led SolidJS port that offers customizable and accessible components for users to incorporate into their applications. With its free and open-source nature, users can easily build their component library by utilizing the provided components. Installation is straightforward, allowing users to quickly integrate the theme into their SolidJS projects.