Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 1.23 KB

Button.mdx

File metadata and controls

77 lines (62 loc) · 1.23 KB
route menu
/components/button
Components

import { Playground, Props } from 'docz'; import { Button } from './Button.tsx';

Button

Buttons make common actions more obvious and help users more easily perform them. Buttons use labels and sometimes icons to communicate the action that will occur when the user touches them.

Properties

MML string

<mml>
  <button name="action" value="Activate">
    Regular button
  </button>
</mml>

Basic usage

A link to GetStream `} />

With floating variant

A floating button `} />

With icon and text

Send to all `} />

With only an icon

`} />