@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
17 lines (12 loc) • 548 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-search-bar--tokens" title="CSS Component/Search Bar/Design Tokens" />
# Search Bar Design Tokens
<ComponentTokensSection
tokens={tokens}
definition={tokensDefinition}
component="utrecht-search-bar"
></ComponentTokensSection>