1.0.1 • Published 4 years ago
dc-npm-sw v1.0.1
What is this
This is an npm package based off of DesignCourse's youtube tutorial.
Installation
npm i dc-npm-sw
Then...
import { BorderWizard } from 'dc-npm-sw'
BorderWizard({
borderType: 'color',
padding: true,
})
Options
- borderType color || black (Defaults to black)
- padding boolean (Defaults to false)