You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plus/src/components/OrderSummary/__stories__/Playground.stories.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Playground.parameters = {
28
28
- \`numberInputUnit\`: unit of the number input (*string*)
29
29
- \`numberInputControls\`: set to \`true\` to display controls for the number input (*boolean*)
30
30
- \`onChangeInput\`: function to call when the number input changes (*function*)
31
+
- \`additionalInfo\`: data to add right next to the subcategory title (*ReactNode*)
31
32
32
33
33
34
The price of the category is computed automatically. For a category without sub-category, set the price like so: \`{ category: "categoryName", subCategories: {[ price: 10, hidePrice: true ]}}\`
0 commit comments