Getting started
Install Radix Themes and start building in minutes.
Radix Themes is a pre-styled component library that is designed to work out of the box with minimal configuration. If you are looking for the unstyled components, go to Radix Primitives.
Installation
Getting up and running is quick and easy.
1. Install Radix Themes
Install the package from your command line.
2. Import the CSS file
Import the global CSS file at the root of your application.
For NX
added to build.options
3. Add the Theme component
Add Theme
(RdxThemeDirective) to your application, wrapping the root component inside of body
.
Customizing your theme
Configuration is managed and applied via the Theme component.