{{ partial "breadcrumb" . }}
{{ if .Page.Params.pro_component }}
{{ else }}
{{ end }}
{{ if (eq .Page.Params.toc true) }}
CoreUI PRO Component
To use this component you must have a CoreUI PRO license. Buy the CoreUI PRO and get access to all PRO components, features, templates, and dedicated support.
Support CoreUI Development
CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
You can support our Open Source software development in the following ways:
- Buy the CoreUI PRO and get access to all PRO components, features, templates, and dedicated support.
- Became a sponsor, and get your logo on BACKERS.md/README.md files or each site of this documentation
- Give us a star ⭐️ on Github.
{{ .Title | markdownify }}
{{ .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
{{ .TableOfContents }}
{{ end }}
{{ if .Page.Params.sections }}
{{ range .Page.Params.sections }}
{{ end }}
{{ end }}
{{ .Content }}