Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 392 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 392 Bytes

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)