Skip to content

Commit

Permalink
Add a PAT example
Browse files Browse the repository at this point in the history
Co-authored-by: Rez <rezrah@github.com>
  • Loading branch information
pksjce and rezrah committed Mar 8, 2022
1 parent 226fec6 commit 216f061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/TextInput.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ TextInput is a form component to add default styling to the native text input.
## Monospace text input

```jsx live
<TextInput monospace aria-label="Zipcode" name="zipcode" placeholder="Find user" autoComplete="postal-code" />
<TextInput monospace aria-label="personal access token" name="pat" placeholder="github_pat_abcdefg123456789" />
```

## Props
Expand Down

0 comments on commit 216f061

Please sign in to comment.