4.10.0 • Published 25 days ago

@s-ui/react-molecule-drawer v4.10.0

Weekly downloads
22
License
MIT
Repository
-
Last release
25 days ago

MoleculeDrawer

Description

Drawers can toggle open or closed. Closed by default, the drawer opens above all other content. The Drawer can be cancelled by clicking the overlay or pressing the Esc key. They are used to display contextual information over the current content, like the user menu in a mobile web-page.

Installation

$ npm install @s-ui/react-molecule-drawer

Usage

Basic usage

Import package and use the component

import MoleculeDrawer from '@s-ui/react-molecule-drawer'

return (<MoleculeDrawer isOpen/>)

Import the styles (Sass)

@import '~@s-ui/theme/lib/index';
// @import 'your theme';
@import '~@s-ui/react-molecule-drawer/lib/index';

Find full description and more examples in the demo page.

4.10.0

25 days ago

4.9.0

8 months ago

4.8.0

1 year ago

4.7.0

2 years ago

4.6.0

2 years ago

4.5.0

2 years ago

4.4.0

2 years ago

4.3.0

2 years ago

4.2.0

2 years ago

4.1.0

2 years ago

4.0.0

3 years ago

3.4.0

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago