Sha256: 24809515e377d4ff072cfd3a5218aed959db99568a1fc96d6942ff2412a5e30a
Contents?: true
Size: 974 Bytes
Versions: 4
Compression:
Stored size: 974 Bytes
Contents
### item/list/carrousel/waved This is a carrousel of which the items are waved blocks. The background is opace. 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/waved/main.html include=page.example %} ```
Version data entries
4 entries across 4 versions & 1 rubygems