@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
17 lines (12 loc) • 567 B
text/mdx
{/* @license CC0-1.0 */}
import { Meta } from "@storybook/blocks";
import { ComponentTokensSection } from "../../../../documentation/components/ComponentTokensSection";
import tokens from "../../../../proprietary/design-tokens/dist/index.json";
import tokensDefinition from "../../src/tokens.json";
<Meta id="css-form-control--tokens" title="CSS Component/Form control/Design Tokens" />
# Common design tokens for form control
<ComponentTokensSection
tokens={tokens}
definition={tokensDefinition}
component="utrecht-form-control"
></ComponentTokensSection>