@utrecht/components
Version:
Components for the Municipality of Utrecht based on the NL Design System architecture
23 lines (18 loc) • 461 B
text/mdx
{/* @license CC0-1.0 */}
import { Canvas, Meta, Story } from "@storybook/blocks";
import { ContactCardTemplate } from "../story-template";
import "../index.scss";
<Meta
id="css-template-contact-card"
title="Templates/CSS Component/Contact Card"
component={ContactCardTemplate}
parameters={{
status: {
type: "WORK IN PROGRESS",
},
}}
/>
# Contact Card
<Canvas>
<Story name="Default">{ContactCardTemplate.bind({})}</Story>
</Canvas>