UNPKG

@bootstrap-styled/v4

Version:

twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.

11 lines (8 loc) 242 B
`<Kbd />` component example: ```js import { Kbd } from '$PACKAGE_NAME'; <div> To switch directories, type <Kbd>cd</Kbd> followed by the name of the directory. To edit settings, press <Kbd><Kbd>ctrl</Kbd> + <Kbd>s</Kbd></Kbd> </div> ```