UNPKG

@roo-ui/components

Version:

24 lines (15 loc) 429 B
# Naked button <!-- STORY --> ## Installation ```shell $ yarn add @roo-ui/components ``` ## Example ```js import { NakedButton } from '@roo-ui/components'; export default ( <NakedButton>Hello world</NakedButton> ); ``` ## Customization This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for [space](https://github.com/jxnblk/styled-system#space-responsive).