Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
webblocksapp committed Oct 25, 2022
1 parent 586e918 commit 4afc77c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Overview

**solid-form-handler** is a lightweight library for building form components and validating forms with them. Under the hood, it works with the built-in granular reactivity of [SolidJS stores](https://www.solidjs.com/docs/latest/api#stores).
**solid-form-handler** is a fully equipped library for building form components and validating forms with them. Under the hood, it works with the built-in granular reactivity of [SolidJS stores](https://www.solidjs.com/docs/latest/api#stores).

It uses as a third-party library the yup object schema for data assertion however other validators will be supported in the future.

Expand Down
6 changes: 3 additions & 3 deletions www/src/pages/Docs/Introduction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const Introduction: Component = () => (
<>
<h2 class="mb-4 border-bottom">Introduction</h2>
<p>
<b>solidjs-form-handler</b> is a lightweight library for building form
<b>solid-form-handler</b> is a fully equipped library for building form
components and validating forms with them. Under the hood, it works with
the built-in granular reactivity of{' '}
<a href={SOLID_JS_STORES_URL} target="blank">
Expand All @@ -26,14 +26,14 @@ export const Introduction: Component = () => (
simply doesn't work.
</p>
<p>
<b>solidjs-form-handler</b> helps you during development to build/extend{' '}
<b>solid-form-handler</b> helps you during development to build/extend{' '}
<Link href="/docs/components">form components</Link> by using the
library's reactive APIs. This documentation contains implementation
examples, so you can adapt them lately with any UI library of preference
or CSS framework.
</p>
<p>
Advantages of using <b>solidjs-form-handler</b>:
Advantages of using <b>solid-form-handler</b>:
</p>
<ul>
<li>Gives full control of your form components definition.</li>
Expand Down

0 comments on commit 4afc77c

Please sign in to comment.