Skip to content

Commit

Permalink
Run npm run prettier (#8950)
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Apr 27, 2024
1 parent 72f411b commit 0ecde07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/components/src/form/forms.mdx
Expand Up @@ -16,8 +16,8 @@ always use the native `form` element and bind a `formGroup`.

Forms consists of 1 or more inputs, and ends with 1 or 2 buttons.

If there are many inputs in a form, they should be organized into sections as content
relates. **Example:** Item type form
If there are many inputs in a form, they should be organized into sections as content relates.
**Example:** Item type form

Each input within a section should follow the following spacing guidelines (see
[Tailwind CSS spacing documentation](https://tailwindcss.com/docs/customizing-spacing)):
Expand Down

0 comments on commit 0ecde07

Please sign in to comment.