Skip to content

Commit

Permalink
chore(SignUpButton): Add initialValues property to <SignUpButton />
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter committed Nov 14, 2024
1 parent 53baaed commit 7ba8eb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/components/unstyled/sign-up-button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ The `<SignUpButton>` component is a button that links to the sign-up page or dis
- `React.ReactNode`

Children you want to wrap the `<SignUpButton>` in.

---

- `initialValues`
- [`SignUpInitialValues`](/docs/references/javascript/types/sign-up-initial-values)

The values used to prefill the sign-up fields with.

</Properties>

## Usage
Expand Down

0 comments on commit 7ba8eb9

Please sign in to comment.