Are you an LLM? You can read better optimized documentation at /hu/api/css/side-nav-bar.md for this page in Markdown format
CSS: side-nav-bar
.instui-side-nav-bar — Egy függőleges navigációs sín ikón feletti címkés elemekből, minimalizált csak ikont tartalmazó móddal.
Forrás: side-nav-bar.css
Akadálymentesség
Címkézze meg a <nav> elem aria-label attribútummal, hogy nevezett navigációs jellegzetesség legyen.
Használat
css
@import "@pantoken/components/components.css";
@import "@pantoken/components/side-nav-bar.css";Példák
html
<nav class="instui-side-nav-bar" aria-label="Primary">
<a class="item -selected" href="#">
<span class="instui-icon -icon-house"></span>
<span class="label">Home</span>
</a>
<a class="item" href="#">
<span class="instui-icon -icon-inbox"></span>
<span class="label">Inbox</span>
</a>
<a class="item" href="#">
<span class="instui-icon -icon-calendar"></span>
<span class="label">Calendar</span>
</a>
<a class="item" href="#">
<span class="instui-icon -icon-settings"></span>
<span class="label">Settings</span>
</a>
</nav>Felépítés
text
.instui-side-nav-bar
.item
[class*="-icon-"] (0..1)
.labelflowchart TD
n0[".instui-side-nav-bar"]:::cssdoc-root
n1(".item"):::cssdoc-part
n2("[class*="-icon-"]"):::cssdoc-part
n3(".label"):::cssdoc-part
n1 -.->|0..1| n2
n1 --> n3
n0 --> n1
classDef cssdoc-root stroke-width:1px;
classDef cssdoc-part stroke-width:1px;
classDef cssdoc-slot stroke-width:1px;
classDef cssdoc-component stroke-width:1px;
Módosítók
| Módosító | Leírás |
|---|---|
.-icon-* | Jelenítsen meg egy karakterikon-t az egyes navigációs elemekben. |
.-minimized | Csak ikonokra összecsukva (címkék rejtve). |
Részek
| Rész | Leírás |
|---|---|
.item | Egy navigációs bejegyzés; a -selected az aktívat jelöli. |
.label | Az elem szöveges címkéje; elrejtve, amikor a sín minimalizált. |
Felhasznált tokenek
| Token | Típus | Érték |
|---|---|---|
--instui-component-side-nav-bar-background-color | <color> | light-dark(#ffffff, #273540)LightDark |
--instui-component-side-nav-bar-content-gap | <length> | 0.25rem |
--instui-component-side-nav-bar-content-margin | <length> | 0.375rem |
--instui-component-side-nav-bar-font-color | <color> | light-dark(#273540, #ffffff)LightDark |
--instui-component-side-nav-bar-item-background-color | <color> | transparent |
--instui-component-side-nav-bar-item-border-radius | <length> | 0.75rem |
--instui-component-side-nav-bar-item-content-padding | <length> | 0.375rem |
--instui-component-side-nav-bar-item-font-color | <color> | light-dark(#273540, #ffffff)LightDark |
--instui-component-side-nav-bar-item-font-family | [ <font-family-name> | <generic-font-family> ]# | Atkinson Hyperlegible Next, "Helvetica Neue", Helvetica, Arial, sans-serif |
--instui-component-side-nav-bar-item-font-size | <length> | 0.875rem |
--instui-component-side-nav-bar-item-font-weight | <integer> | 400 |
--instui-component-side-nav-bar-item-hover-background-color | <color> | light-dark(#EEF4FD, #273540)LightDark |
--instui-component-side-nav-bar-item-line-height | <percentage> | 150% |
--instui-component-side-nav-bar-item-link-text-decoration | none | underline || overline || line-through || blink | none |
--instui-component-side-nav-bar-item-selected-background-color | <color> | light-dark(#1D354F, #EEF4FD)LightDark |
--instui-component-side-nav-bar-item-selected-font-color | <color> | light-dark(#ffffff, #1C222B)LightDark |
--instui-component-side-nav-bar-minimized-width | <length> | 3.75rem |
--instui-spacing-space2xs | <length> | 0.125rem |