Forms
npm install --save neza-react-forms
import React, { Component } from "react";
import MyComponent from "neza-react-forms";
import "neza-react-forms/dist/index.css";
class Example extends Component {
render() {
return <MyComponent />;
}
}
git add . && git commit -m "Add default value to search" && npm version 1.0.38 && npm publish
MIT © ezrankayamba