WEB3PROTOCOL
  • โžก๏ธToken $WEB3 & Private Sale
  • ๐ŸŒWEB3Protocol App
  • ๐Ÿช“wEB3 Miner
  • ๐Ÿ’ฐWeb3 Lottery
  • ๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘งWeb3 Social
  • ๐Ÿ’ฒWeb3 Dollars ($USDW)
  • ๐ŸŽฎWeb3 Games
  • ๐Ÿ˜๏ธWeb3 Estate
  • NATIVE TOKEN
    • ๐Ÿช™Transaction Tax
    • ๐Ÿ”‚Cross-Chain Bridge: MultiChain x Web3Protocol
    • ๐Ÿ›ฃ๏ธROAD MAP
    • Components
      • AvatarStack
      • Button
  • Basics
Powered by GitBook
On this page
  • Default
  • Primary
  • Secondary
  1. NATIVE TOKEN
  2. Components

Button

PreviousAvatarStack

Last updated 2 years ago

Buttons are used to perform actions in the product.

Default

Good to know: you can embed a Storybook canvas by simple pasting the canvas link and hitting enter.

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

Primary

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

Secondary

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

These examples are taken from the excellent .

Storybook Example Design System