Create your react components quickly & easily with a straightforward GUI
Download the extension by -
https://marketplace.visualstudio.com/items?itemName=pradeepselva.react-gui
and download it.Component creation -
Open the component creation form from sidebar and fill it up as shown in the above demo. Click create and get started with producing logic for your component, without worrying about boilerplate. visit this link if the demo doesn't load.
Definition file initialization -
Initialize Definition File
.React GUI: Initialize Definition File
option.eg: You may highlight the props from lists like the following. The highlighted text in
the following cases must be label, placeholder, value
.
const {label, placeholder, value} = this.props;
const InputField = ({label, placeholder, value}) =>
git clone https://github.com/Pradeep-selva/react-gui
.yarn
or npm install
.yarn watch
in your root directory.npm compile
.