JSPM

@instructure/ui-link

7.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12048
  • Score
    100M100P100Q134772F
  • License MIT

A component for creating links

Package Exports

  • @instructure/ui-link

Readme


category: packages

npm  build-status  MIT License  Code of Conduct

A styled HTML link component

Components

The ui-link package contains the following:

Installation

yarn add @instructure/ui-link

Usage

---
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>
  )
}