Datasolution

Here you can enter all of your text variations. By default the `Prompt-Regular.ttf` font has been imported, but it is entirely possible to replace it in `src/static/font` (remember to read the `README.md` file)

'Prompt', ui-sans-serif, system-ui, Arial, Helvetica, sans-serif;

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Normal Italic Bold Underline

The content of this page is automatically generated.

white

bg_grey

light_grey

grey

darker_grey

dark_grey

black

border

light_blue

red

light_red

dark_red

orange

light_orange

green

light_green

yellow

blue

The content of this page is automatically generated.

icon-arrow-bottom

icon-arrow-right-long

icon-arrow-right

icon-cancel

icon-card

icon-check

icon-chevron

icon-close

icon-datasolution

icon-delivery

icon-download

icon-dump-truck

icon-dumpster

icon-edit

icon-exchange

icon-flags

icon-france

icon-mail-red

icon-mail

icon-more

icon-phone-red

icon-phone

icon-qty-less

icon-qty-more

icon-sav-check

icon-search

icon-star

icon-store

icon-trash

icon-truck

icon-user

icon-account-address

icon-account-bodywork

icon-account-configuration

icon-account-discount

icon-account-logout

icon-account-orders

icon-account-sav

icon-account-speaker

icon-account-store

icon-account-user

icon-flags-de

icon-flags-es

icon-flags-fr

icon-flags-gb

icon-flags-it

icon-flags-nl

icon-flags-pl

All fields.

Radio groupe

All buttons.

Here you see the ds-dropdown web-component. You can use it by simply adding a `<ds-dropdown>` tag inside of your liquid files (they can be nested). In this tag, you can use basic `<ds-trigger>` and `<ds-toggle>` components.

You can add a `mode="keep"` attribute to keep open all other toggles on interact.

For each toggle you can set a `style` attribute to apply a default status.

Click to open [item] item Click to open [list]

- list item

- list item

- Click to open [nested] - nested - Click to open [nested two] - nested two

Here you see the ds-modal web-component, You can include it by simply adding a `<ds-modal>` tag inside of your liquid files. The component comes with no styling, so you have to do it by yourself (like position fixed 100vh/vw).

To show the component, you must access it via `let element = document.querySelector('ds-modal')` for example, and then use the methods `element.toggle()` | `element.open()` | `element.close()`

Alternatively you can use an other web component `<ds-trigger>` to show / hide a modal, you must specify a `target="my-modal-id"` attribute.

Modal content [x]

Here you see the ds-predictivesearch web-component. You can include it by simply adding a `{% render 'nav-predictive-search', predictive_search: predictive_search %}` liquid tag inside of your liquid files (usually in header). You can add an additionnal parameter `limit: number` which corresponds to the maximum number of elements displayed per category (product, page, etc.)

You can custom the HTML render inside of `src/snippets/nav/predictive-search.liquid` file.

To perform a search, you must add an input tag inside of `<ds-predictivesearch>` component.

Liquid error (snippets/styleguide-predictivesearch line 14): Could not find asset snippets/tools-predictive-search.liquid