UNPKG

vueless

Version:

Vue Styleless UI Component Library, powered by Tailwind CSS.

12 lines (9 loc) 336 B
import { Meta, Title, Subtitle, Description, Primary, Controls, Stories, Source } from "@storybook/blocks"; import * as stories from "./stories.ts"; <Meta of={stories} /> <Title of={stories} /> <Subtitle of={stories} /> <Description of={stories} /> <Primary of={stories} /> <Controls of={stories.Default} /> <Stories of={stories} />