Sha256: 59c1319da5a52987532a69ca31a874c285f5c487e2e6024739d1b1dd5c1d96ae
Contents?: true
Size: 937 Bytes
Versions: 4
Compression:
Stored size: 937 Bytes
Contents
### item/list/card/colored This is a list of items with a colored background. It is used in the default layout. #### Options | Option | Description | Type | Default | | ------ | ----------- | ---- | ------- | | `title` | title of the component | String | `null` | | `items` | List of items | Object | `null` | | `items.title` | Item title | String | `null` | | `items.clickthrough_url` | Item url | String | `null` | | `items.description` | Item description | String | `null` | #### Example with options in the md file in the front matter add: ```yml --- example: title: "Example" items: - title: "example 1" clickthrough_url: "/example_url" description: "Example descirption 1" - title: "example 2" clickthrough_url: "/example_url" description: "Test description" --- {/% include item/list/card/colored/main.html include=page.example %} ```
Version data entries
4 entries across 4 versions & 1 rubygems