{{ partial "breadcrumb" . }}
{{ partial "banner" . }}
{{ if .Page.Params.bootstrap }}
{{ else }}
{{ if (eq .Page.Params.toc true) }}
Bootstrap 5 {{ .Title | markdownify | title }}
{{ .Title | markdownify }}
{{ .Title | markdownify }}
{{ end }}{{ .Page.Params.Description | markdownify }}
{{ partial "ads" . }} {{ if .Page.Params.other_frameworks }}Other frameworks
CoreUI components are available as native Angular, React, and Vue components. To learn more please visit the following pages.
-
{{ $components := split $.Page.Params.other_frameworks ", " }}
{{ range $component, $value := .Site.Data.other_frameworks }}
{{ if in $components $component }}
{{ range $framework, $url := $value }}
{{ if ne $framework "bootstrap" }}
- {{ humanize $framework }} {{ humanize $component | title }} {{ end }} {{ end }} {{ end }} {{ end }}
On this page
{{ end }}
{{ .TableOfContents }}
{{ if .Page.Params.sections }}
{{ range .Page.Params.sections }}
{{ end }}
{{ end }}
{{ .Content }}