neza-react-forms

Forms

Usage no npm install needed!

<script type="module">
  import nezaReactForms from 'https://cdn.skypack.dev/neza-react-forms';
</script>

README

neza-react-forms

Forms

NPM JavaScript Style Guide

Install

npm install --save neza-react-forms

Usage

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

License

MIT © ezrankayamba