Skip to content

Commit 32cdc7b

Browse files
authored
Merge pull request #26 from gethinode/develop
feat: add minimal testimonials example
2 parents 4ccf49c + a8519f8 commit 32cdc7b

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

content/blocks/testimonials.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,33 @@ Set `cols` to `3` to render three testimonials as columns.
6767
{{< /example-bookshop >}}
6868
<!-- markdownlint-enable MD037 -->
6969

70+
### Minimal
71+
72+
Set `responsive` to `false` and omit any content to render a minimal, horizontal stack of icons.
73+
74+
<!-- markdownlint-disable MD037 -->
75+
{{< example-bookshop lang="bookshop" >}}
76+
77+
```yml
78+
- _bookshop_name: testimonials
79+
cols: 5
80+
background:
81+
color: body-tertiary
82+
icon_style: fa-fluid text-secondary
83+
align: center
84+
responsive: false
85+
testimonials:
86+
- icon: fab github
87+
- icon: fab node
88+
- icon: fab unsplash
89+
- icon: fab font-awesome
90+
- icon: fab sass
91+
```
92+
93+
{{< /example-bookshop >}}
94+
<!-- markdownlint-enable MD037 -->
95+
96+
7097
## Arguments
7198

7299
The content block supports the following arguments:

0 commit comments

Comments
 (0)