--- route: /components/button-list menu: Components --- import { Playground, Props } from 'docz'; import { ButtonList } from './ButtonList.tsx'; # ButtonList Display a list of buttons, a tyical usecase is allowing the user to select an option among a list. It is usually used in pair with some [`Button`](/components/button) ## Properties ## MML string ```xml ``` ## Basic usage `} /> ## With `floating` variant `} /> How many days do you need? `} /> ## With icon only buttons How do you feel about it?