1.0.2 • Published 7 months ago

drawer-by-steve v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Drawer by Steve

The drawer for the rest of us.

Installation

npm install drawer-by-steve

Usage

import { DBS } from 'drawer-by-steve';
// DBS stands for Drawer By Steve, giggity

<DBS open={isOpen}
     onClose={() => setIsOpen(false)}
     title="Drawer Title">
    <div>Drawer content goes here</div>
</DBS>
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago