3.6.8 • Published 15 days ago

boomform v3.6.8

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

boomform

NPM github github github github NPM

Getting Started

Hey and welcome. You have started the development with the most advanced and easy form Builder

Why BoomForm ?

😎 Using Boomform you don’t need to take care of data structure, fields re-rendering etc…

🚀Boomform will do it for you. You just need to tell the program where your fields should be located and Boomform will automatically create a state for them and follow your fields lifecycle.

Full documentation here

Code Example

Just write the BoomForm component and pass as a child whatever content you want with the Input component.

import React from 'react'
import { BoomForm, Input } from 'boomform'
 
const App = () => {
  return (
    <BoomForm>
      Simple Input:
      <Input id='1' type='text' />
    </BoomForm>
  )
}
 
export default App

There you go as easy as that. Now BoomForm is keeping all your state and following the input component lifecycle.

Data Usage Example

We handle and keep all needed data in store so all you need is to easily import it from store and use wherever you need

For getting store you just need to import useContext hook from react and Context from boomform and simply declare an variable which is equal to useContext with Context attribute

import React, { useContext } from 'react'
import { BoomForm, Input, Context } from 'boomform'

const State = () => {
  const store= useContext(Context)
 
  console.log(store)
 
  return null
}

const App = () => {
  return (
    <BoomForm>
      Simple Input:
      <Input id='1' type='text' />
      <State />
    </BoomForm>
  )
}
 
export default App

Store contains all essential attributes like fields, values, touched, errors. You can read more about it here

Also You can check the example for more clarity

Made in BoomTech

This is an imageThis is an imageThis is an image
Tigran NazaryanTigran PaployanSahak Sahakyan

Apache 2.0 License.

3.6.8

15 days ago

3.6.7

2 months ago

3.6.6

3 months ago

3.6.5

3 months ago

3.6.4

3 months ago

3.6.3

3 months ago

3.6.2

4 months ago

3.6.1

11 months ago

3.6.0

1 year ago

3.5.12

1 year ago

3.5.11

1 year ago

3.5.10

1 year ago

3.5.7

1 year ago

3.5.9

1 year ago

3.5.8

1 year ago

3.5.6

2 years ago

3.5.5

2 years ago

3.5.3

2 years ago

3.5.2

2 years ago

3.5.4

2 years ago

3.4.18

2 years ago

3.4.19

2 years ago

3.5.1

2 years ago

3.5.0

2 years ago

3.4.15

2 years ago

3.4.16

2 years ago

3.4.17

2 years ago

3.4.14

2 years ago

3.4.10

2 years ago

3.4.11

2 years ago

3.4.12

2 years ago

3.4.13

2 years ago

3.4.8

2 years ago

3.4.7

2 years ago

3.4.6

2 years ago

3.4.9

2 years ago

3.4.4

2 years ago

3.4.3

2 years ago

3.4.2

2 years ago

3.4.1

2 years ago

3.4.5

2 years ago

3.3.9

2 years ago

3.4.0

2 years ago

3.3.13

2 years ago

3.3.10

2 years ago

3.3.11

2 years ago

3.3.12

2 years ago

3.3.8

2 years ago

3.3.7

2 years ago

3.3.6

2 years ago

3.0.12

2 years ago

3.0.4

2 years ago

3.2.1

2 years ago

3.0.13

2 years ago

3.0.3

2 years ago

3.2.0

2 years ago

3.0.10

2 years ago

3.0.2

2 years ago

3.0.11

2 years ago

3.0.1

2 years ago

3.0.8

2 years ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.9

2 years ago

3.3.1

2 years ago

3.1.3

2 years ago

3.3.0

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.3.5

2 years ago

3.3.4

2 years ago

3.1.6

2 years ago

3.3.3

2 years ago

3.1.5

2 years ago

3.3.2

2 years ago

3.1.4

2 years ago

3.0.0

2 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.6

3 years ago

2.1.5

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.8

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.11

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.9

3 years ago

1.2.10

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago