1.2.3 • Published 3 years ago

@billogram/foundation-toolbar v1.2.3

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

@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