We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifier
The reasons I originally chose this design were:
String
HtmlElement[IO]
Signal
But there are some trade-offs:
def MyComponent(mods: Mod[HtmlElement]*) = div( cls := "decoration", mods )
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The reasons I originally chose this design were:
Modifier
(such as aString
,HtmlElement[IO]
, orSignal
) without requiring implicit conversions, that are discouraged in Scala 3But there are some trade-offs:
Make it easier to implement custom modifiers #203
Add modifier instance for tuple of modifiers #199
But still not so convenient.
The text was updated successfully, but these errors were encountered: