--- layout: single title: Examples description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. aliases: "/examples/" --- {{< list-examples.inline >}} {{ range $entry := $.Site.Data.examples -}}

{{ $entry.category }}

{{ $entry.description }}

{{ if eq $entry.category "RTL" -}}

RTL is still experimental and will evolve with feedback. Spotted something or have an improvement to suggest?

Please open an issue.

{{ end -}} {{ range $i, $example := $entry.examples -}} {{- $len := len $entry.examples -}} {{ if (eq $i 0) }}
{{ end }} {{ if $entry.external }}

{{ $example.name }}

{{ $example.description }}

{{- $indexPath := "index.html" -}} {{- if $example.indexPath -}} {{- $indexPath = $example.indexPath -}} {{- end }} Edit in StackBlitz

{{ else }}

{{ $example.name }}

{{ $example.description }}

{{ end }} {{ if (eq (add $i 1) $len) }}
{{ end }} {{ end -}}
{{ end -}} {{< /list-examples.inline >}}