Overview
Linear Admin uses Shadcn UI component library to build its user interface. Shadcn UI is a collection of re-usable components that you can copy and paste into your apps.
Shadcn is not available or distributed via npm, all you need to do is to copy the components you need from the Shadcn UI documentation and paste them into your app. Unless like other distributed component libraries, this gives you full control over the components and you can customize them to your taste.
By default Linear Admin comes with a few components that are fully customized to match the overall design, you can find them in the @/components/ui
directory. You can also add more components from Shadcn UI if required.
Available Components
Following are the list of components that are comes with Linear Admin: