Getting started
UI
W.Feature
Widget
.
We work with the best global brands on the market to be able to offer our customers the highest quality products.
---
import { WidgetBrands } from '@yatoday/astro-ui/astro';
---
<WidgetBrands
title="Partnership and cooperation"
subtitle="We work with the best global brands on the market to be able to offer our customers the highest quality products."
icons={[
'tabler:brand-envato',
'tabler:brand-facebook',
'tabler:brand-docker',
'tabler:brand-databricks',
]}
/>
Prop | Type | Default | Description |
---|---|---|---|
title | string | - | Title in Headline component |
subtitle | string | - | Subtitle in Headline component |
tagline | string | - | Tagline in Headline component |
icons | string[] | - | Array of icon names |
images | string[] | Image [] | - | Array of images |
isAfterContent | boolean | false | - |
id | string | - | Specify a unique id for the section |
isDark | boolean | false | Adds the dark CSS class to the wrapper |
bg | string | - | Set background element |
classes.container | string | - | CSS classes for the root container |
classes.icon | string | - | CSS classes for each icon |
classes.image | string | - | CSS classes for each image |
classes.headline.{...} | string | - | CSS classes for the Headline component |