mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared components
This commit is contained in:
parent
fb269362ff
commit
71811cb9e3
221 changed files with 32936 additions and 101 deletions
|
@ -0,0 +1,4 @@
|
|||
<!-- Colored FAB button with ripple -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect mdl-button--colored">
|
||||
<i class="material-icons">add</i>
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-colored.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-colored.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Colored FAB button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored">
|
||||
<i class="material-icons">add</i>
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-disabled.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-disabled.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Disabled FAB button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--fab" disabled>
|
||||
<i class="material-icons">add</i>
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-mini-colored.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-mini-colored.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Colored mini FAB button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--colored">
|
||||
<i class="material-icons">add</i>
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-mini.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-mini.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Mini FAB button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab">
|
||||
<i class="material-icons">add</i>
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-ripple.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab-ripple.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- FAB button with ripple -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect">
|
||||
<i class="material-icons">add</i>
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/fab.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- FAB button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--fab">
|
||||
<i class="material-icons">add</i>
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-accent.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-accent.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Accent-colored flat button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--accent">
|
||||
Button
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-disabled.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-disabled.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Disabled flat button -->
|
||||
<button class="mdl-button mdl-js-button" disabled>
|
||||
Button
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-primary.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-primary.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Primary-colored flat button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--primary">
|
||||
Button
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-ripple.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat-ripple.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Flat button with ripple -->
|
||||
<button class="mdl-button mdl-js-button mdl-js-ripple-effect">
|
||||
Button
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/flat.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Flat button -->
|
||||
<button class="mdl-button mdl-js-button">
|
||||
Button
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/icon-colored.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/icon-colored.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Colored icon button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--icon mdl-button--colored">
|
||||
<i class="material-icons">mood</i>
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/icon.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/icon.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Icon button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--icon">
|
||||
<i class="material-icons">mood</i>
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-accent.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-accent.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Accent-colored raised button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent">
|
||||
Button
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-colored.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-colored.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Colored raised button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored">
|
||||
Button
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-disabled.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-disabled.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Raised disabled button-->
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised" disabled>
|
||||
Button
|
||||
</button>
|
|
@ -0,0 +1,4 @@
|
|||
<!-- Accent-colored raised button with ripple -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent">
|
||||
Button
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-ripple.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised-ripple.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Raised button with ripple -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect">
|
||||
Button
|
||||
</button>
|
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/button/snippets/raised.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!-- Raised button -->
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised">
|
||||
Button
|
||||
</button>
|
Loading…
Add table
Add a link
Reference in a new issue