--- title: All Elements - Kitchen Sink page-header: All Elements page-menu: base.all-elements page-libs: [nouislider, star-rating.js, tabler-flags, tabler-payments, tom-select] layout: default permalink: all-elements.html ---
This is a lead paragraph with larger text.
This is a regular paragraph with bold text, italic text, and underlined text.
This is small muted text.
Primary text color
Success text color
Danger text color
This is a simple card with header and body content.
This card includes a footer section.
| Name | Status | |
|---|---|---|
| John Doe | john@example.com | {% include "ui/badge.html" text="Active" color="success" %} |
| Jane Smith | jane@example.com | {% include "ui/badge.html" text="Pending" color="warning" %} |
| Bob Johnson | bob@example.com | {% include "ui/badge.html" text="Inactive" color="danger" %} |
This is a blockquote example with some sample text to demonstrate the styling.
// JavaScript example
function greetUser(name) {
console.log(`Hello, ${name}!`);
return true;
}
This paragraph contains inline code, Ctrl + S keyboard shortcut, and highlighted text.