1.0.2 • Published 4 years ago

react-sd v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

react-sq

React Sequence Diagram

Install

npm install react-sd

or

yarn add react-sd

Usage

Edit react-peeps-playground

Props

AttributeDescriptionTypeDefaultRequired
leftPanelWidthWidth of the leftPanelnumber110No
boxWidthWidth of the each Step's Boxnumber100No
boxHeightHeight of the each Step's Boxnumber50No
gapEdgeThe gap between Edgesnumber80No
gapStepThe gap between Stepsnumber110No
boxBorderColorBorder color of Boxstring#18aebfNo
edgeLineColorLine color of Edgesstring#18aebfNo
edgePointColorArrow color of Edgesstring#18aebfNo
stepLineWidthLine width of Stepnumber1No
stepLineColorLine color of Stepstring#18aebfNo
leftPanelStyleStyle of left panelCSSProperties90No
edgeStyleStyle of edgesCSSProperties90No
stepStyleStyle of steps{topBoxStyle: CSSProperties, bottomBoxStyle: CSSProperties}90No

HAVE FUN