Back to Vector

Component Card

website/layouts/_default/component-card.html

0.55.0345 B
Original Source

{{ $title := .Params.short | default .Title }} {{ $componentTag := .File.BaseFileName }} {{ $kind := .Params.component_kind }}

{{ $title }} {{ partial "badge.html" (dict "word" $kind "color" "indigo") }} {{ $componentTag }} {{ with .Description }} {{ . | markdownify | plainify | safeHTML }} {{ end }}