Skip to content

v0.1.12 -> Introducing Form

Compare
Choose a tag to compare
@hnagrath09 hnagrath09 released this 07 May 16:54
· 209 commits to develop since this release

We are introducing Form component in this version.

Usage

<Form>
    <Form.Item label="Enter Email" name="emali">
        <Input placeholder="Enter your email address" />
    </Form.Item>
    <Form.Item label="Password" name="password">
        <Input type="password" placeholder="Enter your password" />
    </Form.Item>
</Form>

Form component comes with Form validation, rendering error messages, disable submit button and lot more!!!

To learn about all the functionality, visit: https://tail-kit.netlify.app/?path=/docs/data-entry-form--basic