Replies: 1 comment
-
I think this is a very reasonable requirement, especially for Vue developers.
This feature will be fully implemented in Thaw-v0.4. Then you can use the following methods: /// class
<div class=""> or <div attr:class="">
/// style
<div style=""> or <div attr:style="">
/// id
<div attr:id=""> |
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
-
Hello, I'm new to Leptos and your library, but does it make sense to expect all components to support basic html attributes like
class
,style
maybeid
?Assuming they have some html container element in
view! {}
. No specific logic, just passthrough to component top-most element. That would simplify styling, especially for things like Tailwind.Beta Was this translation helpful? Give feedback.
All reactions