Installation
Step-by-step guide to install and set up Display UI in your React project
We provides two installation methods for you to choose from.
Quick Installation with CLI
Use our CLI tool to quickly install / initialize Shadcn :
Then , quickly install the required components using the CLI :
For example, install the button component:
CLI will automatically complete the installation and configuration process, without any additional steps.
Manual Installation
If you prefer to install manually, please follow the steps below:
Follow the Shadcn UI installation guide to install the core packages.
Install the following packages:
Copy the following code into lib/utils.ts
Follow the individual component's manual installation guide for each component you want to install
Let's get started
Now that you've installed the core packages and the required components, you're ready to start building with Display UI !