- Add minimal static stories for the 10 ui/ primitives no existing story rendered (alert-dialog, avatar, breadcrumb, collapsible, command, dropdown-menu, radio-card, scroll-area, sheet, skeleton) so the visual snapshot baseline covers every shared primitive. - user-secrets: drop the story-level nested MemoryRouter (preview already provides one; nesting intermittently threw 'Router inside another Router'). - navigation-layout: provide PluginLauncherProvider at the meta level; BoardChromeMatrix mounts the real Sidebar whose PluginLauncherOutlet raced company selection and intermittently threw. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| storybook | ||
| README.md | ||
| components.json | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||
README.md
@paperclipai/ui
Published static assets for the Paperclip board UI.
What gets published
The npm package contains the production build under dist/. It does not ship the UI source tree or workspace-only dependencies.
Storybook
Storybook config, stories, and fixtures live under ui/storybook/.
pnpm --filter @paperclipai/ui storybook
pnpm --filter @paperclipai/ui build-storybook
Typical use
Install the package, then serve or copy the built files from node_modules/@paperclipai/ui/dist.