Theming
Add Theme to Next Docs UI
The design system was inspired on Shadcn UI, allowing you to overwrite css variables.
Usage
You can import the pre-built stylesheet.
For Tailwind CSS projects, please use the built-in plugin instead.
Ensure all files inside next-docs-ui
are included in the content
property.
Customise
You can easily customise all the properties using css variables.
Typography
We use the Tailwind CSS Typography plugin internally, you may customise it with CSS.
Our Tailwind CSS plugin overrides the default configuration for Typography plugin. You may use the prose
utility directly.
Global Styles
By importing next-docs-ui/style.css
, the default border, text and background
colors will be changed.
The official Tailwind CSS plugin also includes new colors and extra utilities including steps
and step
.
Last updated on