v0.1.1

Customization

Customize the docs brand, package metadata, theme tokens, and component examples without changing exports.

Docs Branding

The docs UI reads package name, version, summary, and component metadata from the docs data layer. Update that metadata to rebrand the site for future packages.

Component Metadata

  • Use docs/data/componentRegistry.ts for component names, slugs, summaries, imports, props, variants, and best-practice notes.
  • Use component pages for custom previews and usage examples.
  • Keep package exports in src untouched unless the component itself is changing.