Account
The Account component enables users to log in and manage their account.
From their account your customers can manage their subscriptions, view their orders, and update their billing and shipping details.
Code
Props
There are no props available for the account component.
Styling
The following parts are available to style the account component:
The primary action buttons displayed in the account component. This is normally when a “submit” button is used.
The cancel button displayed in the account component.
The navigation links displayed in the account component.
The navigation links displayed in the account component when they are active.
The containing div around the login and register forms.
The login and register forms
The h1 heading.
The h2 heading.
The label.
Links
The loading spinner displayed when various actions are loading.
The primary action button on the login, register and verify account forms.
The styling applied to form input fields, including the <textarea>
element.
The loading spinner displayed when various actions are loading.
When targetting any of the parts, you must prepend the part name with the component name. For example, to target the loading spinner in the account component, you would use the following CSS: