@@ -16,16 +16,17 @@ After adding import into your project you can use it simply like:
16
16
17
17
Table below contains all types of the props available in the ButtonMobileStore component.
18
18
19
- | Name | Type | Default | Description |
20
- | :-------------- | :------------------------- | :------ | :-------------------------------------------------------------------------------------------------------------- |
21
- | alt | ` string ` | | Optional property for passing own ` alt ` attribute to the DOM image element. |
22
- | dataTest | ` string ` | | Optional prop for testing purposes. |
23
- | id | ` string ` | | Set ` id ` for ` ButtonMobileStore ` |
24
- | href | ` string ` | | The URL to link when the ButtonMobileStore is clicked. |
25
- | onClick | ` event => void \| Promise ` | | Function for handling onClick event. |
26
- | stopPropagation | ` boolean ` | | If ` true ` the click event won't bubble. Useful when you use ButtonMobileStore inside another clickable element. |
27
- | ** type** | [ ` enum ` ] ( #enum ) | | The type of the ButtonMobileStore. |
28
- | lang | [ ` enum ` ] ( #enum ) | ` EN ` | The language of button |
19
+ | Name | Type | Default | Description |
20
+ | :-------------- | :------------------------- | :----------- | :---------------------------------------------------------------------------- |
21
+ | alt | ` string ` | | Optional property for passing own ` alt ` attribute to the DOM image element. |
22
+ | title | ` string ` | | Optional property for passing own ` title ` attribute to the DOM image element. |
23
+ | dataTest | ` string ` | | Optional prop for testing purposes. |
24
+ | id | ` string ` | | Set ` id ` for ` ButtonMobileStore ` . |
25
+ | href | ` string ` | | The URL to link when the ButtonMobileStore is clicked. |
26
+ | onClick | ` event => void \| Promise ` | | Function for handling onClick event. |
27
+ | stopPropagation | ` boolean ` | | If ` true ` the click event won't bubble. |
28
+ | type | [ ` enum ` ] ( #enum ) | ` "appStore" ` | The type of the ButtonMobileStore. |
29
+ | lang | [ ` enum ` ] ( #enum ) | ` EN ` | The language of the image displayed on the button. |
29
30
30
31
### enum
31
32
0 commit comments