Preview
Anatomy
Specifications
Properties
Property | Type | Description | Required | Default |
---|---|---|---|---|
title | string | Primary descriptive text. | Yes | - |
h_level | integer | Makes sure the title is the correct heading level for the page outline. | No | 3 |
h_class | string | Class applied to main heading element | No | "h3" |
href | string | If supplied, will insert an anchor tag into the main heading element. Alternatively, include your own button into the main content slot. | No | - |
slot | string | Main inner HTML markup content. | No | - |
image | string | image markup content. The image element should have a class of `tux-c-preview__image`. | No | - |
icon | string | Name of icon to show. Defaults to `'leaf'`, but can be set to `false`. | No | - |
class | string | list of additional classes to apply to main element. | No | - |
Styling
Modifiers
Name | Class | Description |
---|---|---|
Compact | .tux-c-preview--compact | Resizes image and keeps layout horizontal on mobile. Designed to be used with the href option, and typically not providing any inner content |
Custom Properties
Name | Default | Resets | Description |
---|---|---|---|
--tux-c-preview--icon-color | var(--tux-c-icon--color, var(--tux-theme--accent-color, var(--tux-theme--text-color, black))) | Yes | - |
--tux-c-preview--icon-aux-color | var(--tux-c-icon--aux-color, var(--tux-theme--bg-color, white)) | Yes | - |
Changelog
6.2.0 (2023-10-04)
1.34.0 (2022-06-09)
- feat: add
compact
modifier (08de4d1)
1.32.0
- preview added
Related
Contains
Other core components embedded within this template.
Examples
Default
Etiam Sem Inceptos Malesuada
Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
Read More<x-preview title="Etiam Sem Inceptos Malesuada" h_level="4" icon="cloud"> <x-slot name="image"> <img class='tux-c-preview__image' src='/wp-content/themes/tux-wp/public/images/hero-background-lg.jpg'> </x-slot> <x-slot name="byline"> <span class="highlight highlight-accent">5 Min Read</span> <span class="highlight">Business, Healthcare</span> </x-slot> <p>Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p> <x-button href="http://example.com" class="tux-c-button--narrow">Read More</x-button> </x-preview>
No Image
Etiam Sem Inceptos Malesuada
Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
Read More<x-preview title="Etiam Sem Inceptos Malesuada" h_level="4"> <x-slot name="byline"> <span class="highlight highlight-accent">5 Min Read</span> <span class="highlight">Business, Healthcare</span> </x-slot> <p>Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p> <x-button href="http://example.com" class="tux-c-button--narrow">Read More</x-button> </x-preview>
Content Only
Etiam Sem Inceptos Malesuada
Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
Read More<x-preview title="Etiam Sem Inceptos Malesuada" h_level="4" :icon="false"> <x-slot name="byline"> <span class="highlight highlight-accent">5 Min Read</span> <span class="highlight">Business, Healthcare</span> </x-slot> <p>Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nulla vitae elit libero, a pharetra augue. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p> <x-button href="http://example.com" class="tux-c-button--narrow">Read More</x-button> </x-preview>
Compact
<x-preview class="tux-c-preview--compact" h_class="h5" title="Etiam Sem Inceptos Malesuada" h_level="4" href="http://example.com"> <x-slot name="image"> <img class='tux-c-preview__image' src='/wp-content/themes/tux-wp/public/images/placeholder-plaza-square.jpg'> </x-slot> </x-preview>