To install Dreamy UI, go to your project directory and run the following command:
Install panda by following the panda CSS installation for your framework.
After installing, you should configure your panda config with Dream preset. Copy and paste the following code into your panda.config.ts
file:
Add DreamyProvider
to the root of your app. It is a wrapper for your app, which provides Dreamy UI with all the necessary context.
Create a new component and use some Dreamy UI components.