@real-system/link
v0.0.36
Published
Link component for real system.
Downloads
64
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/utils-library @real-system/styled-library @real-system/elements-primitive @real-system/styled-library @real-system/icon
# yarn
$ yarn add react react-dom @real-system/utils-library @real-system/styled-library @real-system/elements-primitive @real-system/styled-library @real-system/icon
# install link
# npm
$ npm install @real-system/link
# yarn
$ yarn add @real-system/link
Code Example
import { Link } from '@real-system/link';
...