Quickstart
Short on time? Jump into our quickstart examples and start to explore Park UI in seconds.
Setup Guide
Prerequisite
Before you start, ensure that your Panda project is set up and ready to go. If not, please refer to the Panda CSS Getting Started Guide and once you've completed that, come back to this guide.
Install Dependencies
Park UI is built on Ark UI as its headless foundation and uses Lucide Icons by default, but you can swap it out for any icon library of your choice.
Initialize Park UI
Next, initialize Park UI in your project. This will set up the necessary configuration files and directories.
Don't forget to run panda codegen after updating your Panda configuration.
Park UI uses its own color system. To remove Panda’s default color tokens (50–950 shades), add this plugin to your Panda config:
Add components
You can now start adding components to your project.
The command above will add the Button component to your project. You can then import it like this:
That's it! Happy hacking! ✌️