Skip to content

Commit

Permalink
docs: add npm version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Nov 29, 2023
1 parent edb20cd commit d66f61f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Declarative & headless form fields build on top of [`jotai & form-atoms`](https:
yarn add jotai form-atoms @form-atoms/field
```

<a aria-label="NPM version" href="https://www.npmjs.com/package/%40form-atoms/field">
<img alt="NPM Version" src="https://img.shields.io/npm/v/%40form-atoms/field?style=for-the-badge&labelColor=24292e">
</a>

## Motivation

`form-atoms` is the 'last-mile' of your app's form stack. It has layered, bottom-up architecture with clear separation of concerns.
Expand Down

0 comments on commit d66f61f

Please sign in to comment.