0.1.5 • Published 7 years ago
react-flow-components v0.1.5
React Flow Input
Made specifically for React.
Install
npm install react-flow-components
Usage
Via React with Javascript ES6
Import the FlowInput
from the react-flow-components
module as such;
import FlowInput from 'react-flow-components';
Then implement within your component's render
function like so;
render() {
return (
... Open Component Layout ...
<FlowInput/>
... Close Component Layout ...
)
}
Options
Property | Type | Description |
---|---|---|
name | string | Input/Component name |
value | string|number | Initial input value |
type | string | Input value type |