Building a form is as easy as making coffee. ☕
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
😎 It’s pretty simple.
You just need to pass an object with the parameters you want and the form builder will automatically create all fields for you.
import React from 'react'
import Builder from 'boomform-builder'
const App = () => {
return (
<Builder
global={{
name: 'Fill your name'
}}
fields={[
{
id: 'name',
type: 'name',
validations: {
first: { required: { msg: 'First name is required' } },
last: { required: { msg: 'Last name is required' } }
}
}
]}
button={{
text: 'Submit'
}}
/>
)
}
export default App
Tigran Nazaryan | Tigran Paployan | Sahak Sahakyan | Hrach Bekejyan | Tigran Vardanyan |