@tevui/checkbox 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,12 +41,6 @@ const ExampleComponent = () => {
|
|
|
41
41
|
const handleButtonClick = () => {
|
|
42
42
|
// Logic to handle the button click event
|
|
43
43
|
};
|
|
44
|
-
| id | `string` | The HTML `id` attribute for the button |
|
|
45
|
-
| ariaLabel | `string` | aria-label to the button |
|
|
46
|
-
| onClick | `function` | |
|
|
47
|
-
| onChange | `function` | |
|
|
48
|
-
| onBlur | `function` | |
|
|
49
|
-
|
|
50
44
|
return (
|
|
51
45
|
<Checkout
|
|
52
46
|
dataTestId="tevui-checkout-datatestid"
|