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)

Serif

Sans-serif

Monospace

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Normal Italic Bold Underline

The content of this page is automatically generated.

black

grey1

grey2

grey3

grey4

grey5

grey6

white

orange

green

red

blue

The content of this page is automatically generated.

icon-add-to-cart

icon-alert

icon-arrow-left

icon-arrow-paginate-left

icon-arrow-paginate-right

icon-arrow-right

icon-arrow-top

icon-big_furniture

icon-burger

icon-cart-empty

icon-cart

icon-check

icon-chevron

icon-close

icon-copy

icon-customer

icon-datasolution

icon-delivery

icon-dimensions

icon-download

icon-filters

icon-gift

icon-glitter

icon-globe

icon-heart

icon-help

icon-info

icon-invoice

icon-logout

icon-marker

icon-mini-arrow-right

icon-more

icon-notif

icon-order-return

icon-paper

icon-quote

icon-reinsurance

icon-return

icon-rolls

icon-sample

icon-search

icon-secure_payment

icon-star

icon-store

icon-wishlist

icon-zoom

icon-flags-at

icon-flags-be

icon-flags-bg

icon-flags-de

icon-flags-dk

icon-flags-ee

icon-flags-es

icon-flags-fi

icon-flags-fr

icon-flags-gr

icon-flags-hr

icon-flags-hu

icon-flags-ie

icon-flags-it

icon-flags-lt

icon-flags-lu

icon-flags-lv

icon-flags-nl

icon-flags-pl

icon-flags-pt

icon-flags-ro

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] - Click to open [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.

🪛 Snippet nav/predictive-search.liquid