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
|**children**|[string|node]||**Yes**| Children is a special React property. Basically, the Dot component needs to wrap other components and/or JSX |
299
+
| children |[string|null|node]|null | No| Children is a special React property. Basically, the Dot component wraps other components and/or JSX |
300
300
| className |[string|null]| null | No | Optional className string that will be appended to the component's className string. |
301
301
| disabled |[boolean|null]| null | No | Null means Dot will automatically determine if this button is disabled. Setting this to true will force the button to be disabled. Setting this to false will prevent the button from ever being disabled. |
302
302
| onClick |[function|null]| null | No | Optional callback function that is called after the internal onClick function is called. It is passed the React synthetic event |
0 commit comments