未验证 提交 d1180f3f 编写于 作者: P Paweł Kuna 提交者: GitHub

Delete Button.stories.js

上级 a78a8804
export default {
title: 'Example/Button',
};
const Template = ({ label, ...args }) => {
return `<button class="btn">${label}</button>`;
};
export const Primary = () => `<button class="btn btn-primary">Primary button</button>`;
export const Secondary = () => `<button class="btn">Secondary button</button>`;
export const Danger = () => `<button class="btn btn-danger">Danger button</button>`;
export const Large = () => `<button class="btn btn-lg">Large button</button>`;
export const Small = () => `<button class="btn btn-sm">Small button</button>`;
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册