1.0.7 • Published 6 years ago

dynamic-outlines v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

dynamic-outlines

React Dynamic Outlines

Demo of dynamic outlines in action

npm package download

Live Example

Quickstart

  1. Install the package

  2. Create a parent component with height, width, and relative positioning

  3. Make DynamicOutlines a child of the component and pass it the parent id as a prop

Options

borderColor color of the border lines

borderGap distance between parent and the border lines

borderWidth width of the border lines

transitionTime how long it takes the border lines to grow

Running the demo

  1. Clone the repo

git clone https://github.com/AntCas/dynamic-outlines.git

  1. Install dependencies

cd dynamic-outlines && npm install && cd demo && npm install

  1. Run the demo

npm run start

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago