Interactive testing environment for react-shared components
Current: Default
Displays the total amount with optional label, used in checkout and order summaries
Customize the total amount properties and see the changes in real-time
Different layout variants
Different total amount configurations
titlestring (optional) - Label for the total (e.g., "Total")
layout'default' | 'opaque' - Layout variant (default: 'default')
labelReact.ReactNode (optional) - Additional label text (e.g., tax information)
themeany (optional) - Theme configuration object
classNamestring (optional) - Additional CSS classes
childrenReact.ReactNode - The amount to display