import { Layout, Playground, Attributes } from 'lib/components' import { Code } from 'components' export const meta = { title: 'Code', description: 'tenotext', } ## Code Run npm i @zeit-ui/react to install.

`} /> yarn add @zeit-ui/vue `} /> yarn add @zeit-ui/vue `} /> npm i @zeit-ui/vue yarn add @zeit-ui/vue `} /> Code.Props | Attribute | Description | Type | Accepted values | Default | ---------- | ---------- | ---- | -------------- | ------ | | **bash** | show code in bash mode | `boolean` | - | `false` | | **darkBash** | show code in darkBash mode | `boolean` | - | `false` | | **block** | show code in `pre` | `boolean` | - | `false` | | ... | native props | `any` | `'className', ...` | - | export default ({ children }) => {children}