0.0.1-13 • Published 7 years ago
@pismo/bolt-link v0.0.1-13
Bolt Button
One button to rule them all.
Installation
> yarn add @pismo/bolt-link
Usage
import Link from '@pismo/bolt-link'
Props
Prop | Type | Description | Required | Default |
---|---|---|---|---|
to | string | same to prop of react-router-dom's Link, check their docs for the others as well | true | – |
size | enum | 'small', 'medium', 'large' | false | 'medium' |
weight | enum | 'normal' | false | 'normal' |
innerRef | func | returns the actual ref of the inner <a /> | false | Function.prototype |