1.0.0 • Published 2 years ago

damiuishadow v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

what is this?

Generate soft/beautiful design for your projects

Installation

npm i damiuishadow --save

Then...

Usage

import { damiuishadow } from  'damiuishadow';

damiuishadow({
  shadowType: '#5',
  borderRadius: true,
  touchableOpacity: true,
});

Options

damiuishadow Currently support 3 options, all of which are listed below

  • shadowType - accept a string value from '#0' - '#11'
  • borderRadius - boolean (Default to false)
  • touchableOpacity - boolean (Default to false)