import React from 'react'; import { md, Example, Props, code } from '@kalamazoo/docs'; export default md` Buttons are used as triggers for actions. They are used in forms, toolbars, dialog footers and as stand-alone action triggers. Button also exports a button-group component to make it easy to display multiple buttons together. ## Usage ${code`import Button, { ButtonGroup } from '@kalamazoo/button';`} ${( )} ${( )} #### You can also use button groups: ${( )} ${( )} ${( )} `;