@billogram/foundation-route-button

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

Usage no npm install needed!

<script type="module">
  import billogramFoundationRouteButton from 'https://cdn.skypack.dev/@billogram/foundation-route-button';
</script>

README

@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