npm.io
1.0.1 • Published 6 years ago

@billogram/foundation-toggle-panel

Licence
MIT
Version
1.0.1
Deps
6
Size
13 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

@billogram/foundation-toggle-panel

A React toggle panel

Install

yarn add @billogram/foundation-toggle-panel

Usage

import {
    FoundationTogglePanel,
} from '@billogram/foundation-toggle-panel';

See types for exported types.

FoundationTogglePanel
<FoundationTogglePanel
    canEdit={ true }
    description={ null }
    title={ null }>
    { ({ close, isEditing, open }) => isEditing ? (
        <div>...</div>
    ) : (
        <div>...</div>
    ) }
</FoundationTogglePanel>

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