📌 While working with React Native and NativeWind ,
🤔 I frequently found myself needing to add the className attribute manually. This process was repetitive and lacked autocomplete functionality, which slowed down my workflow. To enhance productivity and streamline the development process, I created this snippet.👾
✔Added a new snippet with the prefix cln that expands to className="" , allowing users to easily insert the class name with a placeholder for quick editing.
📌 While working with React Native and NativeWind ,
🤔 I frequently found myself needing to add the className attribute manually. This process was repetitive and lacked autocomplete functionality, which slowed down my workflow. To enhance productivity and streamline the development process, I created this snippet.👾
✔Added a new snippet with the prefix
cln
that expands toclassName=""
, allowing users to easily insert the class name with a placeholder for quick editing.