Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.02 KB

poc-2.md

File metadata and controls

48 lines (36 loc) · 1.02 KB
description
teste

Poc 2

{% embed url="https://5ccbc373887ca40020446347-geedzbiswp.chromatic.com/iframe.html?id=button--basic&args=size:medium;containsIcon:false&viewMode=story" %}

{% hint style="info" %} Good to know: you can embed a Storybook canvas by simple pasting the canvas link and hitting enter. {% endhint %}

<Button
    label="Label"
    size="medium"
    kind="efault"
    onClick={doTheThing}
/>

Primary

<Button
    label="Label"
    size="medium"
    kind="primary"
    onClick={doTheThing}
/>

Secondary

{% embed url="https://5ccbc373887ca40020446347-geedzbiswp.chromatic.com/iframe.html?id=button--basic&args=size:medium;containsIcon:false;appearance:secondary&viewMode=story" %}

<Button
    label="Label"
    size="medium"
    kind="secondary"
    onClick={doTheThing}
/>

These examples are taken from the excellent Storybook Example Design System.