0.1.5 • Published 7 years ago

react-flow-components v0.1.5

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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

PropertyTypeDescription
namestringInput/Component name
valuestring|numberInitial input value
typestringInput value type
0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago