Skip to content

srinivasanU/shadowcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

What is this?

Get shadows for your design

Installation

npm i shadowdesign --save

Then...

import { shadowcss } from 'shadowdesign';

shadowcss({
      shadow_type: 'soft',
      padding: false
});

<div class="shadowcss"></div>

Options

Shadowcss supports 2 options, both of which are optional:

  • shadow_type - hard / soft (Defaults to soft)
  • padding - boolean (Defaults to false)

About

Add Shadows to your design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published