🤘🏻 TSX to SFC refactor #100
Closed
jd-solanki
announced in
Announcements
Replies: 1 comment
-
|
Great stuff !! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why
I am refactoring the whole codebase from TSX to SFC for simplicity and it turns out to be good.
We managed to resolve this #15 issue with this new refactor. ✌🏻
Additionally, I am also separating the
ATableinto three variations:ATable- Will have simple table markup & stylesADataTable- UsesATableas a base. Will perform sorting, filtering, and pagination on passed rows viarows. Also supports fetching data from remote.ToDos
Using button with(Invalid)type="button"doesn't get styles appliedtypespath in package.json ofanu-vuenr devARadiocomponent's input element also gets the same classes applied to the root input wrapper. Doc example: ListItem slot exampleATableADataTableBeta Was this translation helpful? Give feedback.
All reactions