0.1.3 • Published 4 years ago

pea-plugin-drawer v0.1.3

Weekly downloads
20
License
-
Repository
-
Last release
4 years ago

pea-plugin-drawer

Installation

npm i pea-plugin-drawer

Usage

Config plugin

import DrawerPlugin from 'pea-plugin-drawer'

export default {
  plugins: [new DrawerPlugin()],
}

Usage in Component

.
├── pea.config.ts
├── src
│   ├── modals
│   │   └── Login.tsx
│   └── pages
│       └── index.tsx
└── tsconfig.json

License

MIT License