react-trianglify

3.0.3 • Public • Published

React Trianglify

React Wrapper Component for trianglify

🇺🇸 English  |  🇧🇷 Português do Brasil

Installation

Using NPM:

npm install --save react-trianglify trianglify

Using Yarn:

yarn add react-trianglify trianglify

Dependencies

You must have react and trianglify already installed on your project.

PS.: If you have any problems with latest trianglify version, try to install the tested version v4.1.1.

Usage

import Trianglify from 'react-trianglify'

ReactDOM.render(
  <Trianglify />,
  $mountNode
)

Props

By taking output, you can use any trianglify allowed options.

Possible output values:

  • canvas (default)
  • svg

Live demo

You can access react-trianglify live demo here

License

MIT © Fernando Daciuk

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.3
    3
    • latest

Version History

Package Sidebar

Install

npm i react-trianglify

Weekly Downloads

5

Version

3.0.3

License

MIT

Unpacked Size

14.4 kB

Total Files

6

Last publish

Collaborators

  • fdaciuk