Sha256: 4a587f81915174f9dbf6520bb0e85d157bfdd847e5cd4639a34b2b78dae50d4f

Contents?: true

Size: 1017 Bytes

Versions: 4

Compression:

Stored size: 1017 Bytes

Contents

### item/list/carrousel/block

This is a carrousel of which the items are white blocks. The background is colored. 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/carrousel/block/main.html 
    title=page.example.title
    items=page.example.items  %}
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vliz-be-theme-0.4.4 _includes/item/list/carrousel/block/README.md
vliz-be-theme-0.4.3 _includes/item/list/carrousel/block/README.md
vliz-be-theme-0.4.1 _includes/item/list/carrousel/block/README.md
vliz-be-theme-0.4.0 _includes/item/list/carrousel/block/README.md