@concrete-form/core
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Concrete Form

The most popular React form libraries implemented for you


Made with Typescript Made for React 18+

Installation

Check the installation tool

Example

Material-UI TextField connected with React hook form

Concrete Form fill the implementation gap between form libraries and UI libraries. No more boilerplate !

import Form from '@concrete-form/react-hook-form'
import Input from '@concrete-form/mui/Input'
import SubmitButton from '@concrete-form/mui/SubmitButton'

const Demo = () => (
  <Form onSubmit={data => alert(data.name)}>
    <Input name="name" label="Enter your name" margin="normal" />
    <SubmitButton fullWidth>Submit</SubmitButton>
  </Form>
)

Live example on concrete-form.com and on codesandbox

Documentation

https://concrete-form.com

Package Sidebar

Install

npm i @concrete-form/core

Weekly Downloads

4

Version

1.0.8

License

MIT

Unpacked Size

175 kB

Total Files

236

Last publish

Collaborators

  • kegi