Package Exports
- @instructure/ui-link
- @instructure/ui-link/lib/Link
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 (@instructure/ui-link) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
category: packages
ui-link
[![build-status][build-status]][build-status-url]
A styled HTML link component
Components
The ui-link package contains the following:
Installation
yarn add @instructure/ui-linkUsage
---
example: false
---
import React from 'react'
import { Link } from '@instructure/ui-link'
const MyLink = () => {
return (
<Text>This is <Link href="http://instructure.design">a link</Link>!</Text>
)
}