Skip to content

Commit

Permalink
README updates. typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed Nov 9, 2023
1 parent debc69d commit 104f807
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
[![@iwsio/forms: PUSH to main](https://github.com/iwsllc/iwsio-forms/actions/workflows/forms-push-main.yaml/badge.svg)](https://github.com/iwsllc/iwsio-forms/actions/workflows/forms-push-main.yaml)

## Demo Deployment
[![@iwsio/forms-demo: PUSH to main](https://github.com/iwsllc/iwsio-forms/actions/workflows/demo-push-main.yaml/badge.svg)](https://github.com/iwsllc/iwsio-forms/actions/workflows/demo-push-main.yaml)
[![@iwsio/forms-demo: Manual deploy](https://github.com/iwsllc/iwsio-forms/actions/workflows/demo-manual.yaml/badge.svg)](https://github.com/iwsllc/iwsio-forms/actions/workflows/demo-manual.yaml)

- [@iwsio/forms README](./forms/README.md)
- [Documentation](https://forms.iws.io)
- [@iwsio/forms on npmjs](https://www.npmjs.com/package/@iwsio/forms)
3 changes: 2 additions & 1 deletion demo/src/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![@iwsio/forms: PUSH to main](https://github.com/iwsllc/iwsio-forms/actions/workflows/forms-push-main.yaml/badge.svg)](https://github.com/iwsllc/iwsio-forms/actions/workflows/forms-push-main.yaml)

I found myself recreating similar code in every project that performed the simple task of managing local state management for controlled inputs and client validation. So I ripped it out to its own library for re-use.
This package combines browser form validation with React so you can more easily manage errors and input values in forms. More specifically, it tracks input validation in state making it available to React AND allows you to set input errors in state that in turn trigger `customValidationMessage` on DOM inputs enabling more control over how you render form errors in your applications.


## Install

Expand Down
2 changes: 1 addition & 1 deletion forms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[See documentation](https://forms.iws.io) for more examples and working demos.

I found myself recreating similar code in every project that performed the simple task of managing local state management for controlled inputs and client validation. So I ripped it out to its own library for re-use.
This package combines browser form validation with React so you can more easily manage errors and input values in forms. More specifically, it tracks input validation in state making it available to React AND allows you to set input errors in state that in turn trigger `customValidationMessage` on DOM inputs enabling more control over how you render form errors in your applications.

## Install

Expand Down

0 comments on commit 104f807

Please sign in to comment.