JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q43539F
  • License MIT

Link component for real system.

Package Exports

  • @real-system/link
  • @real-system/link/lib/index.esm.js
  • @real-system/link/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@real-system/link) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@real-system/link

Link component for real system.

npm version

Usage

# install peer dependencies

# npm
$ npm install react react-dom @real-system/utils-library @real-system/theme-library @real-system/box-primitive @real-system/styling-library @real-system/icon
# yarn
$ yarn add react react-dom @real-system/utils-library @real-system/theme-library @real-system/box-primitive @real-system/styling-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';

...