<br/>/**<br/>* Styled `a` or `button` element<br/>*/<br/>export default {<br/>props: {<br/>/**<br/>* The HTML tag used for the button.<br/>*/<br/>tag: {<br/>type: String,<br/>default: 'button',<br/>},<br/>…<br/>},<br/>…<br/>}<br/> src/components/Btn.vue
MDX stories import { Meta } from '@storybook/addon-docs/blocks';
# Webmardi Web Styleguide This project is based on [Tailwind CSS](https://tailwindcss.com/). For the sake of clarity, its classes are not documented here. You can find a dedicated documentation at [tailwindcss.com/docs](https://tailwindcss.com/docs). ## Usage The styleguide is available as a npm package, you can install it by running: ... src/stories/about.stories.mdx
RECAP × Build components in isolation × Mock hard-to-reach use cases × Supercharge your workflow with addons × Match your project brand easily with theming × Generate a styleguide automatically