1.0.2 • Published 2 years ago

damiui v1.0.2

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

Demo

damiui

what is this?

Generate soft/beautiful design for your projects

Installation

npm i damiUi --save

Then...

Usage

import { damiUi } from  'damiui';

damiUi({
  target: '.myDiv',
  shadowType: '#10',
  borderRadius: '5%',
  touchableOpacityDuration: 100,
});

Options

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

  • target - accepts HTML class/id/element '#myDiv' - 'section'
  • shadowType - accept a string value from '#0' - '#11'
  • borderRadius - _accept type of string (css units)
  • touchableOpacityDuration - _accept type of number defaults to 0