All our components are Shadcn’s UI elements (based off of Radix UI) with some minor tweaks. (Full credit goes to @shadcn for creating this library)

We go over the tweaks in each component’s page, and we also have a few extra components that we’ve added to make it quicker to scaffold internal tools.

Here’s how you import it:

import { Button } from "@trytoolify/ui/button";