1.2.0 • Published 5 years ago

borderland v1.2.0

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

what is this?

Get The Perfect Borders for you elements.

#Installation

npm i borderland --save

Then...

#HTML

<img alt="a cute image" class="borderland">

#JS

import { borderland } from 'borderland';

borderland({
    size: '10px',
    type: 'solid',
})

##Options

borderland supports 2 option, also both are optional.

  • size - Border size default 0px
  • type - Border type. default is 'solid'

#Why I built this?

just to learn how does npm packages work :)