1.0.0 • Published 3 years ago

shawizard v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

what is this

Get perfect design for non-designers

Installation

npm i shawizard --save

Then...

import { shawizard } from 'shawizard';
shawizard({
    shadow_type: 'soft',
    padding: false
})

Options

shawizard suports two options, both are optional

  • shadow_type - hard | soft (Default to soft)
  • padding - boolean (Default to false)