0.1.1 • Published 5 years ago
@rock-kit/ui-link v0.1.1
category: packages
ui-link
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>
)
}