Tailus-UI / tailus-ui-react

Highly customizable react components for crafting modern, personalized websites and applications.
https://ui.tailus.io/
MIT License
326 stars 14 forks source link

fix: invalid DOM properties on checkbox component #52

Closed Balick closed 3 months ago

Balick commented 4 months ago

This commit corrects errors related to DOM properties. DOM properties in React and html are different, and the difference is in the case. React uses camelCase, whereas html does not. The properties that have been modified are: clip-path, flood-opacity and color-interpolation-filters.