2.2.0 • Published 2 years ago

styles-wizard v2.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

What is this

Style Wizard

Installation

npm i styles-wizard --save Then

   stylewizard({
       shadow_type: 'soft',
       padding:'false',
       margin:'false',
       width:'500px',
       borderColor: 'black'
   });

options

Style wizard supports 3 options, all are optional:

  • shadow_type - hard | soft (Defaults to soft)

  • padding - boolean (Defaults to false)

  • margin - boolean (Defaults to false)
  • width - '500px' (defaults to '250px')

  • borderColor 'black' (defaults to blue)

2.2.0

2 years ago

2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago