Ui
Component Library
The underlying headless component library.
Overview
The configuration may be different if you use Fumadocs CLI for customising components.
Base UI
You can opt-in to use Base UI by replacing @hanzo/docs-ui with the @hanzo/docs-base-ui package:
{
"dependency": {
"@hanzo/docs-ui": "npm:@hanzo/docs-base-ui@latest"
}
}For Fumadocs CLI, also configure it in your cli.json config:
{
"uiLibrary": "base-ui"
}How is this guide?
Last updated on