MCPcopy Create free account
hub / github.com/IABTechLab/uid2docs / dropdownItemHtml

Function dropdownItemHtml

docusaurus.config.js:9–16  ·  view source on GitHub ↗
(label, desc)

Source from the content-addressed store, hash-verified

7const darkCodeTheme = themes.dracula;
8
9function dropdownItemHtml(label, desc) {
10 return `<div class="dropdown__heading">
11 <span class="dropdown__label type-eta">${label}</span>
12 <svg width="11" height="14" viewBox="0 0 31 26" fill="none" aria-hidden="true" xmlns="http://www.w3.org/2000/svg">
13 <path fill-rule="evenodd" clip-rule="evenodd" d="M15.0757 22.4521L21.8352 15.7165L-4.42505e-07 15.7165L-6.51935e-07 10.9253L21.6238 10.9253L14.8626 4.18915L18.2631 0.801381L31 13.362L18.4768 25.8398L15.0757 22.4521Z" fill="currentColor"/></svg>
14 </div>
15 <span class="dropdown__description type-paragraph-small">${desc}</span>`;
16}
17
18const defaultLocale = "en";
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected