@noodlestan/designer-shows
v0.0.14
Published
Visualizing design decisions and tokens: Astro and SolidJS components
Readme
Designer Decisions - Shows
Visualizing design decisions and tokens: Astro components.

How to use
This library provides Astro components for building design system documentation websites.
import { ShowDecision } from '@noodlestan/designer-shows/astro';
<ShowDecision d="Brand Color Set" layout="column" size="s" />See also
- 📖 Examples
- 📖 Integrations / Astro for more info on features and options.
- 📖 API / @noodlestan/designer-shows
Development
Make sure you README first.
This library is packaged for use in Astro.
| Entry Point | Description |
| ----------------------------------------------------------- | ---------------- |
| import { <...> } from '@noodlestan/designer-shows/astro'; | Astro components |
| import '@noodlestan/designer-shows/astro/styles/<...>'; | CSS |
Scripts
- $
npm run build- usesastro checkandtsc --noEmitto type check Astro and SolidJS.sources (does not produce anydist/). - $
npm run test/npm run test:watch- 🚧 no tests. - $
npm run lint/npm run lint:fix- uses @noodlestan/eslint-config.
MIT License
Copyright (c) 2024 Noodlestan.
Published under a MIT license.
