Skip to content

VeenaHarsha/styleswizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published