Skip to content

Commit

Permalink
Move installation below implementation example
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleadem committed Aug 2, 2024
1 parent 95e034c commit 926b3ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/usa-identifier/_readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ The identifier communicates a site's parent agency and displays agency links req
## Element name
`<usa-identifier>`

## Installation
- [`npm install @uswds/...`]
- [`@import ...`]

## Implementation example

<Canvas of={IdentifierStories.Default} />

## Installation
- [`npm install @uswds/...`]
- [`@import ...`]

Learn more about [installing and using USWDS web components].
## Properties

| Property | Type | Description |
|:--------|:--------|:--------|
| `label` | `string` | Set a custom aria label for the identifier component. Default value: "Agency identifier" |
| `lang` | `string` | Set the language for the default component content. Expected values: "en", "es"
| `lang` | `string` | Set the language for the default component text. Expected values: "en", "es"
| `taxpayer` | `boolean` | Include the taxpayer disclaimer |

## Parts
Expand Down

0 comments on commit 926b3ae

Please sign in to comment.