0.2.5 โ€ข Published 3 years ago

rc-bezier v0.2.5

Weekly downloads
16
License
MIT
Repository
-
Last release
3 years ago

Install

npm install rc-bezier --save
# or
yarn add rc-bezier

Basic

import {Bezier} from 'rc-bezier';

ReactDOM.render(
  <>
    <div className="block">block 1</div>
    <Bezier />
    <div className="block">block 2</div>
  </>,
  mountNode,
);

It will automatically generate a curve between the two blocks

bezier.png

Examples & Documentation

โ†’ click to site

โ†’ props types file

Stroke

stroke.gif

Placement

placement.gif

Mark

mark.gif

Authors

License

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago