Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@litt1e-p/treant

litt1e-p2MIT0.0.5

visualization of tree diagrams inspired by treant-js

treant, diagram, tree, js, svg, raphael

readme

  _______                   _             
 |__   __|                 | |         
    | |_ __ ___  __ _ _ __ | |_ 
    | | '__/ _ \/ _` | '_ \| __|
    | | | |  __/ (_| | | | | |_       
    |_|_|  \___|\__,_|_| |_|\__| 


Introduce

Visualization of tree diagrams inspired by treant-js

Installation

npm i @litt1e-p/treant --save

Usage

import Treant from '@litt1e-p/treant'
import '@litt1e-p/treant/dist/treant.css'
// or 
@import '@litt1e-p/treant/dist/treant.css'

for more usage

Screenshots