--- route: /components/button menu: 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 ```xml ``` ## Basic usage A link to GetStream `} /> ## With `floating` variant `} /> ## With icon and text `} /> ## With only an icon `} />