1.2.4 • Published 3 years ago

@billogram/foundation-route-button v1.2.4

Weekly downloads
6
License
MIT
Repository
-
Last release
3 years ago

@billogram/foundation-route-button

A React route button compoment (compatible with react-router@3.x.x)

Install

yarn add @billogram/foundation-route-button

Usage

import {
    FoundationRouteButton,
} from '@billogram/foundation-route-button';

See types for exported types.

FoundationRouteButton

<FoundationButton
    disabled={ false }
    onClick={ noop }
    to="required"
    ui="gray" />
    ...
</FoundationButton>

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT