1.0.2 • Published 6 years ago

borderpack v1.0.2

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

What is borderpack?

Borderpack is a package which allows you to add different types of borders to any html element.

Installation

npm i borderpack --save

After installing the package, create a new JS file and add the following lines of code inside it.

import {borderpack} from 'borderpack';

borderpack({
    border_type: 'dashed',
});

Options

Borderpack supports 4 options, all of them are optional.

  • border_type - dashed / dotted / solid / double
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago