konstaui / konsta

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

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

Closed akrindev closed 1 year ago

akrindev commented 1 year 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.