0.0.11 • Published 4 years ago

intv-contactuserform v0.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Nyan!

Welcome to contactuserform! :cow:

intv-contactuserform is a React Component Library. It comes from the necessity of using custom InputFields on front-side forms. Actually there's no stable version, that's why we don't use minimum @1.0.0. There are lot of testing and coverage to do.

Installation :shipit:

You can install it through yarn or npm.

yarn add intv-contactuserform npm install intv-contactuserform

What you need to know :suspect:

First thing you will need is a JSON structure with all inputs you want to use.

An example of it on src/data/structure.json

In this structure you can see all input types that are compatible with contactuserform actually.

How to use it

Once you have installed as a dependency of your project, it's time to begin to use it.

Import

As a React component you should import contactuserform this way.

import {userForm} from 'intv-contactuserform'

Use it on your code

There are many ways to use this library in case you want to customize your submit button or your validation messages. You will find a simple example on src/form.js

See some examples of how you can use it

Codesandbox intv-contactuserform-examples

Documentation Inline docs

Its an important and necessary part of the development so this task is in progress. Hope next version can be more documented and tested.
:cow:

Versions and tasks

Actual version 0.0.11

  • ☕ Add type=radio inputs
  • ☕ Add custom type=checkbox-copy inputs
  • ☕ Add custom type=title to show titles/texts inside form
  • 🍕Add testing and coverage.
  • 🍟Add custom titles in the middle of the form.
  • 🍔Default css to use in case users don't have their own.
  • 🌋Make some tutorial/guides of the different ways contactuserform can be used.
0.0.11

4 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago