Skip to content

jadu/pulsar-metadata

Repository files navigation

Metadata

Provides a simple way to mark up key/value information provided by a Twig hash or JSON object.

Documentation

https://jadu.github.io/pulsar/docs/components/metadata

Example usage

{{
    html.metadata({
        'items': {
            'File': 'true_lies.avi',
            'Size': '1.2 Gb',
            'Type': 'Video'
        }
    })
}}

Variations

Class Behaviour
.metadata--stacked Verically align keys and values

Options

Option Type Description
class string CSS classes, space separated
id string A unique identifier, if required
items hash A hash of data where key: value = title: description
data-* string Data attributes, eg: 'data-foo': 'bar'

About

Provides a simple way to mark up key/value information provided by a Twig hash or JSON object.

Resources

Stars

Watchers

Forks

Packages

No packages published