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: apps/storybook/src/stories/docs/StoreButton.docs.tsx
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@ This is sample templates of store buttons. Both Play store and app store.
4
4
This template only accept two props:
5
5
1. **storeName** : Which can have two values **\`google\`** and **\`apple\`**, one for each store. This prop is **mandatory**
6
6
2. **mode** : This prop can have two values **\`dark\`** and **\`light\`**, Default value is \`light\` if no value is given.
7
+
3. **responsive** : This prop can have a boolean value i.e. *\`true\`* or *\`false\`*. Default value is true. If false is given the button will not be responsive. Sample3 and Sample6 shows the non-responsive button example while the other examples features a responsive button.
7
8
8
9
> This is for demo pupose only. Please copy the code fragment for ButtonBase and use as you see fit for any radical customisation
0 commit comments