Installation
Learn how to set up dependencies and organize your application structure.
Note
Eo-N UI utilizes the shadcn cli, making it easy to install and customize components effortlessly.
Important
This setup uses Tailwind v4. Make sure your project is compatible before proceeding.
Setup shadcn.
Refer to the shadcn installation guide to configure your project.
Install Base UI using a package manager.
All components are in one package, and Base UI includes only what you use. learn more
Setup portals
Apply the Root
class to your app layout.
Modify the globals.css
file.
Learn more about portals.