konstaui / konsta

Mobile UI components made with Tailwind CSS
https://konstaui.com
MIT License
3.3k stars 119 forks source link

fix(react): camel case `tabIndex` in some react components #175

Closed akrindev closed 8 months ago

akrindev commented 8 months ago

Issue

This commit addresses issue #174 where we encountered a React warning related to the use of tabindex in some of React components.

Changes Made

fixed the warning by correcting the use of tabindex to tabIndex (camel case) in the affected React components. This aligns with React's naming conventions for DOM properties.