@roo-ui/components
Version:
33 lines (22 loc) • 518 B
Markdown
add @roo-ui/components
```
```js
import { BlockLink } from '@roo-ui/components';
export default (
<BlockLink>Hello world</BlockLink>
);
```
```js
import { Link } from 'react-router-dom';
import { BlockLink as StyledBlockLink } from '@roo-ui/components';
const BlockLink = StyledBlockLink.withComponent(Link);
export default (
<BlockLink>Hello world</BlockLink>
);
```
<!-- STORY -->
```shell
$ yarn