@widlarzgroup/docusaurus-ui
v0.0.4
Published
Docusaurus theme package with custom UI components.
Readme
@widlarzgroup/docusaurus-ui
Docusaurus theme package with custom UI components.
Usage
Add to your docusaurus.config.ts:
const config: Config = {
themes: ['@widlarzgroup/docusaurus-ui'],
// ...
};Development
Swizzle components
bun run swizzleComponents are placed in src/theme/ and automatically available to consuming projects.
Structure
src/
├── index.ts # Theme entry point
└── theme/ # Swizzled components
└── DocSidebarItem/
└── Category/
├── index.tsx
└── styles.module.css