README
Drawer
The Drawer component is a panel that slides out from the edge of the screen. It can be useful when you need users to complete a task or view some details without leaving the current page.
Installation
yarn add @bianic-ui/drawer
React component the renders a Drawer from the edges of the screen
<script type="module">
import bianicUiDrawer from 'https://cdn.skypack.dev/@bianic-ui/drawer';
</script>
The Drawer component is a panel that slides out from the edge of the screen. It can be useful when you need users to complete a task or view some details without leaving the current page.
yarn add @bianic-ui/drawer