@billogram/foundation-toolbar

React toolbar components

Usage no npm install needed!

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

README

@billogram/foundation-toolbar

React toolbar components

Install

yarn add @billogram/foundation-toolbar

Usage

import {
    FoundationFixedToolbar,
    FoundationToolbar,
} from '@billogram/foundation-toolbar';

See types for exported types.

FoundationFixedToolbar

<FoundationFixedToolbar
    devices={ ['mobile', 'tablet', 'desktop'] }
    fixed={ ['mobile', 'tablet', 'desktop'] }
    initialHeight={ 0 }>
    ...
</FoundationFixedToolbar>

FoundationToolbar

<FoundationToolbar
    devices={ ['mobile', 'tablet', 'desktop'] }
    fixed={ ['mobile', 'tablet', 'desktop'] }>
    ...
</FoundationToolbar>

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