@hypoth-ui/docs-content
v1.0.2
Published
Documentation content packs for the hypoth-ui design system
Maintainers
Readme
@hypoth-ui/docs-content
Documentation content packs for the hypoth-ui design system. Contains component manifests, MDX documentation files, and edition configuration used by the docs renderer.
Installation
npm install @hypoth-ui/docs-contentNote: This is primarily an internal package consumed by
@hypoth-ui/docs-renderer-next.
Usage
Access Manifests
import manifest from '@hypoth-ui/docs-content/manifests/button.json';Access MDX Content
import content from '@hypoth-ui/docs-content/components/button.mdx';Access Edition Configuration
import edition from '@hypoth-ui/docs-content/editions/core.json';Structure
docs-content/
manifests/ # Component manifest.json files
components/ # Component documentation (MDX)
guides/ # Guide documentation (MDX)
editions/ # Edition configuration filesDocumentation
See the main README for full documentation and architecture overview.
License
MIT
