Paulo Cereda
03/01/2025, 1:07 PMS.
03/01/2025, 2:35 PMModifier
s and parameters in kobweb.S.
03/01/2025, 2:42 PMa
or having all css properties with !important
🤔S.
03/01/2025, 2:46 PM<div class="u-flex u-justify-flex-end">
<a href="<http://cirrus-ui.netlify.app/getting-started/setup>" target="_blank">
<button class="btn-info outline">Read the Docs</button>
</a>
</div>
would looks something like
Row(horizontalArrangement = Arrangement.End) {
Link("/path", "Read the Docs", variant = LinkButtonVariant)
}
in kobwebPaulo Cereda
03/01/2025, 2:48 PMS.
03/01/2025, 2:54 PMDavid Herman
03/01/2025, 11:08 PM