Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously an unversioned directory inside ~/src/blockninja-themes/pastel-dream. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
package main
|
|
|
|
// pastelButtonComponent renders the pill button override.
|
|
templ pastelButtonComponent(data PastelButtonData) {
|
|
<a href={ templ.SafeURL(data.Href) } class="pastel-pill" data-block-type="button" data-variant={ data.Variant }>
|
|
{ data.Text }
|
|
</a>
|
|
}
|