1.4.5 • Published 6 months ago

react-hook-form-cloudscape v1.4.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

React-hook-form wrapper for Cloudscape Design System

A React library that simplifies the integration of react-hook-form with Cloudscape Design System. It provides a set of pre-built, controlled input components that handle validation, allowing you to focus on building complex form logic with minimal effort.

npmjs OpenSSF Scorecard OpenSSF Scorecard GitHub Repo stars

Installation

npm install react-hook-form @cloudscape-design/components @cloudscape-design/global-styles react-hook-form-cloudscape

How to use it

import { Form, FormField } from '@cloudscape-design/components';
import { CInput } from 'react-hook-form-cloudscape';

function App {
  return (
      <Form>
        <FormField>
          <CInput name="email" ... />
        </FormField>
      </Form>
  );
};

Demos and usage: https://abudayah.github.io/react-hook-form-cloudscape

Getting help

You can create bug reports or feature requests, or start a discussion to ask a question. To minimize duplicates, we recommend that you search for existing bug reports, feature requests, or discussions before initiating a new thread.

Fuel My Code with Coffee ☕️

Like this project? Buy me a coffee to support maintenance and new features, sponsor me

Articles and guides

License

This project is licensed under the MIT License.

1.4.5

6 months ago

1.4.4

6 months ago

1.4.3

6 months ago

1.4.3-dev.2

6 months ago

1.4.3-dev.1

6 months ago

1.4.2

6 months ago

1.4.1

6 months ago

1.4.0

6 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0

7 months ago

1.2.0

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.1.0-dev.1

7 months ago

1.0.1

7 months ago

1.0.1-dev.1

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago