@themodcraft/addon-docs
v1.1.5
Published
Professional docs UI components for product docs, component registries, and internal handbooks.
Readme
@themodcraft/addon-docs
Professional docs UI components for product docs, component registries, and internal handbooks.
Install:
npm install @themodcraft/addon-docsThe first component is DocsSidebar, the same sidebar pattern used by the TMC Nexus docs.
import { DocsSidebar } from "@themodcraft/addon-docs";
<DocsSidebar
currentPath="/components/button"
groups={[
{
label: "Components",
items: [
{ href: "/components/button", label: "Button" },
{ href: "/components/input", label: "Input" },
],
},
]}
title="Acme UI"
version="v1.0.0"
/>This package publishes compiled output only.
