Skip to content

voodooq/cardcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CARDCARD

We can apply shadows and padding to the card

Installation

npm i cardcard --save

import { cardcard } from 'cardcard';

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

Options

cardcard supports two options, both of which are optional:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published