mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tabs
This commit is contained in:
parent
d808aced1d
commit
9ceaf21b80
37 changed files with 565 additions and 345 deletions
|
@ -39,6 +39,18 @@ focus as well by setting its tabindex to -1.
|
|||
<paper-item raised>Polymer Project</paper-item>
|
||||
</a>
|
||||
|
||||
If you are concerned about performance and want to use `paper-item` in a `paper-listbox`
|
||||
with many items, you can just use a native `button` with the `paper-item` class
|
||||
applied (provided you have correctly included the shared styles):
|
||||
|
||||
<style is="custom-style" include="paper-item-shared-styles"></style>
|
||||
|
||||
<paper-listbox>
|
||||
<button class="paper-item" role="option">Inbox</button>
|
||||
<button class="paper-item" role="option">Starred</button>
|
||||
<button class="paper-item" role="option">Sent mail</button>
|
||||
</paper-listbox>
|
||||
|
||||
### Styling
|
||||
|
||||
The following custom properties and mixins are available for styling:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue