Eleventy Design System
Button
Button - Different label
Button - Blue background
Quote
Demo
.html
.njk & context
Full Screen ↗
<
button
type
=
"
button
"
class
=
"
c-button
"
>
Hello
</
button
>
{
{
c
(
"button"
,
{
"label"
:
"Hello"
}
)
}
}