Skip to content

Commit

Permalink
docs(forms): clean up overview docs (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint authored Sep 18, 2024
1 parent 303bb42 commit a0b989c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion libs/forms/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# @daffodil/forms
`@daffodil/forms` contains utilities useful for building forms for an ecommerce application.

Contains utilities useful for building forms for an ecommerce application.
## Installation
To install `@daffodil/forms`, use the following commands in your terminal.

Install with npm:
```bash
npm install @daffodil/forms --save
```

Install with yarn:

```bash
yarn add @daffodil/forms
```

## Features

Expand Down

0 comments on commit a0b989c

Please sign in to comment.