🤘🏻 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
ATable
into three variations:ATable
- Will have simple table markup & stylesADataTable
- UsesATable
as 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 appliedtypes
path in package.json ofanu-vue
nr dev
ARadio
component's input element also gets the same classes applied to the root input wrapper. Doc example: ListItem slot exampleATable
ADataTable
Beta Was this translation helpful? Give feedback.
All reactions