@dsco_/link

Link component

Usage no npm install needed!

<script type="module">
  import dscoLink from 'https://cdn.skypack.dev/@dsco_/link';
</script>

README

@dsco_/link

Install

npm install @dsco_/link
yarn install @dsco_/link

Consuming This Package

This package exports two styled React components: Link and TextLink. You can import them like this:

import {Link, TextLink} from '@dsco_/link';

For guidelines on how to use these components and the features they offer, visit Storybook.