You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am working with the input fields, and based on what I'm seeing, I am unable to define, change, or add tailwind classes to things like buttons, input field labels or inputs. For example, I'd like to have a label -> input on one row instead of them being on separate rows. I've read through the documentation and just was unable to find a way to do this.
The text was updated successfully, but these errors were encountered:
Sorry for the delay with this...
We're updating components one by one to enable users to use "class" attribute on them...
<fwb-button> is one of the already updated components (not many of them as of now). When you use class attribute on the button component it will be added to the calculated classes and merged using twMerge package.
Le me know which components are most important to you and I'll try to prioritize them first.
@kupoback I know it's antient issue for you... but just wanted to let you know that I've took over maintenance of this repo... and I'll try to fix all of the issues like that as soon as possible. 🤞
So I am working with the input fields, and based on what I'm seeing, I am unable to define, change, or add tailwind classes to things like buttons, input field labels or inputs. For example, I'd like to have a label -> input on one row instead of them being on separate rows. I've read through the documentation and just was unable to find a way to do this.
The text was updated successfully, but these errors were encountered: