99.10.0 • Published 4 years ago

@temporg/ui-link v99.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

category: packages

ui-link

npm  build-status  MIT License  Code of Conduct

A styled HTML link component

Components

The ui-link package contains the following:

Installation

yarn add @temporg/ui-link

Usage

---
example: false
---
import React from 'react'
import { Link } from '@temporg/ui-link'

const MyLink = () => {
  return (
    <Text>This is <Link href="https://design.rockcontent.com/">a link</Link>!</Text>
  )
}