0.1.1 • Published 5 years ago

@rock-kit/ui-link v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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 @rock-kit/ui-link

Usage

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

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