@orangecheck/auth-client / OcAccountChipProps
Interface: OcAccountChipProps
Defined in: src/components.tsx:25
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-classname"></a> className? | string | className for the wrapper <div>. | src/components.tsx:37 |
<a id="property-dashboardurl"></a> dashboardUrl? | string | URL to the user's account dashboard. Defaults to https://ochk.io/dashboard, the canonical family target. | src/components.tsx:30 |
<a id="property-menuitemclassname"></a> menuItemClassName? | string | className for menu items (dashboard link + sign-out button). | src/components.tsx:43 |
<a id="property-popoverclassname"></a> popoverClassName? | string | className for the dropdown popover. | src/components.tsx:41 |
<a id="property-signinlabel"></a> signInLabel? | string | Label for the sign-in link shown to anonymous visitors. Defaults to sign in. | src/components.tsx:35 |
<a id="property-triggerclassname"></a> triggerClassName? | string | className for the trigger pill button. | src/components.tsx:39 |