1.0.0 • Published 1 year ago

cardcard v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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)
1.0.0

1 year ago