1.0.1 • Published 4 years ago

dc-npm-sw v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

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)