material-inspired-component-library 8.1.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +106 -18
- package/components/README.md +1 -1
- package/components/accordion/README.md +6 -6
- package/components/alert/README.md +10 -10
- package/components/alert/index.scss +27 -52
- package/components/appbar/README.md +19 -6
- package/components/appbar/index.scss +40 -44
- package/components/badge/README.md +12 -10
- package/components/badge/index.scss +21 -25
- package/components/bottomsheet/README.md +26 -1
- package/components/bottomsheet/index.scss +58 -44
- package/components/button/README.md +70 -10
- package/components/button/_shared.scss +210 -0
- package/components/button/index.scss +75 -389
- package/components/card/README.md +97 -85
- package/components/card/index.scss +46 -65
- package/components/checkbox/README.md +25 -14
- package/{tools/shapes/check.mjs → components/checkbox/_label.scss} +37 -42
- package/components/checkbox/index.scss +66 -66
- package/components/chip/README.md +186 -0
- package/components/chip/index.scss +285 -0
- package/components/datepicker/README.md +79 -0
- package/components/datepicker/index.scss +346 -315
- package/components/dialog/README.md +20 -10
- package/components/dialog/index.scss +55 -66
- package/components/divider/README.md +16 -15
- package/components/divider/index.scss +9 -25
- package/components/iconbutton/README.md +63 -12
- package/components/iconbutton/index.scss +142 -303
- package/components/list/README.md +89 -156
- package/components/list/index.scss +34 -36
- package/components/menu/README.md +81 -155
- package/components/menu/index.scss +52 -58
- package/components/navigationbar/README.md +108 -0
- package/components/navigationbar/index.scss +185 -0
- package/components/navigationrail/README.md +62 -37
- package/components/navigationrail/_navitem.scss +96 -0
- package/components/navigationrail/index.scss +78 -132
- package/components/progressindicator/README.md +83 -47
- package/components/progressindicator/index.scss +622 -172
- package/components/radio/README.md +11 -9
- package/components/radio/index.scss +36 -33
- package/components/select/README.md +12 -7
- package/components/select/index.scss +26 -34
- package/components/shapes/README.md +3 -3
- package/components/shapes/index.scss +0 -1
- package/components/sidesheet/README.md +21 -9
- package/components/sidesheet/index.scss +38 -46
- package/components/slider/README.md +21 -0
- package/components/slider/index.scss +108 -139
- package/components/snackbar/README.md +32 -35
- package/components/snackbar/index.scss +10 -22
- package/components/stepper/README.md +14 -7
- package/components/stepper/index.scss +58 -39
- package/components/switch/README.md +22 -15
- package/components/switch/index.scss +68 -60
- package/components/textfield/README.md +48 -5
- package/components/textfield/index.scss +192 -248
- package/components/timepicker/README.md +53 -23
- package/components/timepicker/index.scss +110 -128
- package/dist/alert.css +1 -1
- package/dist/alert.js +1 -1
- package/dist/appbar.css +1 -1
- package/dist/appbar.js +1 -1
- package/dist/badge.css +1 -1
- package/dist/badge.js +1 -1
- package/dist/base.css +1 -0
- package/dist/base.js +1 -0
- package/dist/bottomsheet.css +1 -1
- package/dist/bottomsheet.js +1 -1
- package/dist/button.css +1 -1
- package/dist/button.js +1 -1
- package/dist/card.css +1 -1
- package/dist/card.js +1 -1
- package/dist/checkbox.css +1 -1
- package/dist/checkbox.js +1 -1
- package/dist/chip.css +1 -0
- package/dist/chip.js +1 -0
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/iconbutton/index.d.ts +2 -7
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/textfield/index.d.ts +2 -2
- package/dist/datepicker.css +1 -1
- package/dist/datepicker.js +1 -1
- package/dist/dialog.css +1 -1
- package/dist/dialog.js +1 -1
- package/dist/divider.css +1 -1
- package/dist/divider.js +1 -1
- package/dist/field.css +1 -0
- package/dist/field.js +1 -0
- package/dist/foundations/form/index.js +1 -1
- package/dist/foundations/runtime.d.ts +15 -0
- package/dist/foundations/runtime.js +1 -0
- package/dist/iconbutton.css +1 -1
- package/dist/iconbutton.js +1 -1
- package/dist/layout.css +1 -1
- package/dist/layout.js +1 -1
- package/dist/list.css +1 -1
- package/dist/list.js +1 -1
- package/dist/menu.css +1 -1
- package/dist/menu.js +1 -1
- package/dist/micl.css +1 -1
- package/dist/micl.d.ts +14 -5
- package/dist/micl.js +1 -1
- package/dist/navigationbar.css +1 -0
- package/dist/navigationbar.js +1 -0
- package/dist/navigationrail.css +1 -1
- package/dist/navigationrail.js +1 -1
- package/dist/progressindicator.css +1 -1
- package/dist/progressindicator.js +1 -1
- package/dist/radio.css +1 -1
- package/dist/radio.js +1 -1
- package/dist/scrollbar.js +1 -1
- package/dist/select.css +1 -1
- package/dist/select.js +1 -1
- package/dist/shapes.css +1 -1
- package/dist/shapes.js +1 -1
- package/dist/sidesheet.css +1 -1
- package/dist/sidesheet.js +1 -1
- package/dist/slider.css +1 -1
- package/dist/slider.js +1 -1
- package/dist/snackbar.css +1 -1
- package/dist/snackbar.js +1 -1
- package/dist/stepper.css +1 -1
- package/dist/stepper.js +1 -1
- package/dist/switch.css +1 -1
- package/dist/switch.js +1 -1
- package/dist/textfield.css +1 -1
- package/dist/textfield.js +1 -1
- package/dist/timepicker.css +1 -1
- package/dist/timepicker.js +1 -1
- package/foundations/_index.scss +35 -0
- package/foundations/{index.scss → base/index.scss} +21 -56
- package/foundations/field/index.scss +37 -0
- package/foundations/layout/index.scss +64 -65
- package/package.json +23 -9
- package/styles/statelayer.scss +20 -5
- package/styles.scss +5 -2
- package/.claude/settings.local.json +0 -14
- package/.editorconfig +0 -12
- package/.gitattributes +0 -9
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -35
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/CLAUDE.md +0 -53
- package/CODE_OF_CONDUCT.md +0 -128
- package/components/bottomsheet/index.ts +0 -153
- package/components/button/index.ts +0 -79
- package/components/checkbox/index.ts +0 -148
- package/components/datepicker/index.ts +0 -693
- package/components/iconbutton/index.ts +0 -77
- package/components/list/index.ts +0 -138
- package/components/menu/index.ts +0 -145
- package/components/navigationrail/index.ts +0 -87
- package/components/progressindicator/index.ts +0 -77
- package/components/slider/index.ts +0 -149
- package/components/snackbar/index.ts +0 -118
- package/components/stepper/index.ts +0 -248
- package/components/textfield/index.ts +0 -188
- package/components/timepicker/index.ts +0 -413
- package/dist/components/progressindicator/index.d.ts +0 -6
- package/dist/foundations.css +0 -1
- package/dist/foundations.js +0 -1
- package/docs/accordion.html +0 -344
- package/docs/alert.html +0 -177
- package/docs/bottomsheet.html +0 -240
- package/docs/button.html +0 -290
- package/docs/card-awards.webp +0 -0
- package/docs/card-cabinet.webp +0 -0
- package/docs/card-city.webp +0 -0
- package/docs/card-fingerprint.webp +0 -0
- package/docs/card-holiday.webp +0 -0
- package/docs/card-names.webp +0 -0
- package/docs/card.html +0 -159
- package/docs/checkbox.html +0 -147
- package/docs/datepicker.html +0 -274
- package/docs/dialog.html +0 -195
- package/docs/divider.html +0 -139
- package/docs/docs.css +0 -26
- package/docs/docs.js +0 -139
- package/docs/iconbutton.html +0 -329
- package/docs/index.html +0 -431
- package/docs/list.html +0 -310
- package/docs/menu.html +0 -574
- package/docs/micl.css +0 -1
- package/docs/micl.js +0 -1
- package/docs/navigationrail.html +0 -138
- package/docs/progressindicator.html +0 -288
- package/docs/radio.html +0 -123
- package/docs/select.html +0 -337
- package/docs/shapes.css +0 -1
- package/docs/shapes.html +0 -159
- package/docs/shapes.js +0 -1
- package/docs/sidesheet.html +0 -149
- package/docs/slider.html +0 -141
- package/docs/snackbar.html +0 -102
- package/docs/stepper.html +0 -319
- package/docs/switch.html +0 -196
- package/docs/textfield.html +0 -208
- package/docs/themes/airblue/dark-hc.css +0 -51
- package/docs/themes/airblue/dark-mc.css +0 -51
- package/docs/themes/airblue/dark.css +0 -51
- package/docs/themes/airblue/light-hc.css +0 -51
- package/docs/themes/airblue/light-mc.css +0 -51
- package/docs/themes/airblue/light.css +0 -51
- package/docs/themes/airblue/theme.css +0 -306
- package/docs/themes/barnred/dark-hc.css +0 -51
- package/docs/themes/barnred/dark-mc.css +0 -51
- package/docs/themes/barnred/dark.css +0 -51
- package/docs/themes/barnred/light-hc.css +0 -51
- package/docs/themes/barnred/light-mc.css +0 -51
- package/docs/themes/barnred/light.css +0 -51
- package/docs/themes/barnred/theme.css +0 -306
- package/docs/themes/citrine/dark-hc.css +0 -51
- package/docs/themes/citrine/dark-mc.css +0 -51
- package/docs/themes/citrine/dark.css +0 -51
- package/docs/themes/citrine/light-hc.css +0 -51
- package/docs/themes/citrine/light-mc.css +0 -51
- package/docs/themes/citrine/light.css +0 -51
- package/docs/themes/citrine/theme.css +0 -306
- package/docs/themes/gray/dark-hc.css +0 -51
- package/docs/themes/gray/dark-mc.css +0 -51
- package/docs/themes/gray/dark.css +0 -51
- package/docs/themes/gray/light-hc.css +0 -51
- package/docs/themes/gray/light-mc.css +0 -51
- package/docs/themes/gray/light.css +0 -51
- package/docs/themes/gray/theme.css +0 -306
- package/docs/themes/greenery/dark-hc.css +0 -51
- package/docs/themes/greenery/dark-mc.css +0 -51
- package/docs/themes/greenery/dark.css +0 -51
- package/docs/themes/greenery/light-hc.css +0 -51
- package/docs/themes/greenery/light-mc.css +0 -51
- package/docs/themes/greenery/light.css +0 -51
- package/docs/themes/greenery/theme.css +0 -306
- package/docs/themes/hermana/dark-hc.css +0 -51
- package/docs/themes/hermana/dark-mc.css +0 -51
- package/docs/themes/hermana/dark.css +0 -51
- package/docs/themes/hermana/light-hc.css +0 -51
- package/docs/themes/hermana/light-mc.css +0 -51
- package/docs/themes/hermana/light.css +0 -51
- package/docs/themes/hermana/theme.css +0 -306
- package/docs/themes/illuminating/dark-hc.css +0 -51
- package/docs/themes/illuminating/dark-mc.css +0 -51
- package/docs/themes/illuminating/dark.css +0 -51
- package/docs/themes/illuminating/light-hc.css +0 -51
- package/docs/themes/illuminating/light-mc.css +0 -51
- package/docs/themes/illuminating/light.css +0 -51
- package/docs/themes/illuminating/theme.css +0 -306
- package/docs/themes/magenta/dark-hc.css +0 -51
- package/docs/themes/magenta/dark-mc.css +0 -51
- package/docs/themes/magenta/dark.css +0 -51
- package/docs/themes/magenta/light-hc.css +0 -51
- package/docs/themes/magenta/light-mc.css +0 -51
- package/docs/themes/magenta/light.css +0 -51
- package/docs/themes/magenta/theme.css +0 -306
- package/docs/themes/mocha/dark-hc.css +0 -51
- package/docs/themes/mocha/dark-mc.css +0 -51
- package/docs/themes/mocha/dark.css +0 -51
- package/docs/themes/mocha/light-hc.css +0 -51
- package/docs/themes/mocha/light-mc.css +0 -51
- package/docs/themes/mocha/light.css +0 -51
- package/docs/themes/mocha/theme.css +0 -306
- package/docs/themes/olivegreen/dark-hc.css +0 -51
- package/docs/themes/olivegreen/dark-mc.css +0 -51
- package/docs/themes/olivegreen/dark.css +0 -51
- package/docs/themes/olivegreen/light-hc.css +0 -51
- package/docs/themes/olivegreen/light-mc.css +0 -51
- package/docs/themes/olivegreen/light.css +0 -51
- package/docs/themes/olivegreen/theme.css +0 -306
- package/docs/themes/peri/dark-hc.css +0 -51
- package/docs/themes/peri/dark-mc.css +0 -51
- package/docs/themes/peri/dark.css +0 -51
- package/docs/themes/peri/light-hc.css +0 -51
- package/docs/themes/peri/light-mc.css +0 -51
- package/docs/themes/peri/light.css +0 -51
- package/docs/themes/peri/theme.css +0 -306
- package/docs/timepicker.html +0 -160
- package/foundations/form/index.ts +0 -174
- package/foundations/layout/README.md +0 -127
- package/intl.d.ts +0 -9
- package/micl.ts +0 -221
- package/styles/README.md +0 -196
- package/tools/shapes/generate.mjs +0 -828
- package/tsconfig.json +0 -116
- package/webpack.config.js +0 -104
package/docs/iconbutton.html
DELETED
|
@@ -1,329 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<meta name="description" content="Demonstrating MICL Icon Buttons">
|
|
7
|
-
<title>MICL Icon Buttons</title>
|
|
8
|
-
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
9
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
10
|
-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap">
|
|
11
|
-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1&icon_names=check_circle,content_copy,dark_mode,home,settings&display=block">
|
|
12
|
-
<link rel="stylesheet" href="themes/airblue/theme.css" id="theme-link">
|
|
13
|
-
<link rel="stylesheet" href="micl.css">
|
|
14
|
-
<link rel="stylesheet" href="docs.css">
|
|
15
|
-
<style>
|
|
16
|
-
.micl-card__content {
|
|
17
|
-
padding-block: 16px;
|
|
18
|
-
}
|
|
19
|
-
</style>
|
|
20
|
-
</head>
|
|
21
|
-
<body class="micl-window light">
|
|
22
|
-
<main class="micl-body micl-body--stacked-to-large">
|
|
23
|
-
<section class="micl-pane">
|
|
24
|
-
<header class="micl-appbar">
|
|
25
|
-
<a href="index.html" class="micl-appbar__leading-icon micl-link micl-iconbutton-standard-s" aria-label="Navigate to the main MICL Showcase page">
|
|
26
|
-
<span class="material-symbols-outlined" aria-hidden="true">home</span>
|
|
27
|
-
</a>
|
|
28
|
-
<div class="micl-appbar__headline micl-appbar__headline--center">
|
|
29
|
-
<h1>Icon Buttons</h1>
|
|
30
|
-
<p class="micl-appbar__subtitle">Showcasing MICL icon buttons</p>
|
|
31
|
-
</div>
|
|
32
|
-
<div id="settings-placeholder" class="micl-appbar__trailing"></div>
|
|
33
|
-
</header>
|
|
34
|
-
|
|
35
|
-
<div class="micl-card-elevated">
|
|
36
|
-
<div class="micl-card__headline-m">
|
|
37
|
-
<h2>Standard buttons</h2>
|
|
38
|
-
</div>
|
|
39
|
-
<div class="micl-card__content" style="padding-block:8px 16px">
|
|
40
|
-
<div>
|
|
41
|
-
<button type="button" class="micl-iconbutton-standard-xs material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
42
|
-
<button type="button" class="micl-iconbutton-standard-s material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
43
|
-
<button type="button" class="micl-iconbutton-standard-m material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
44
|
-
<button type="button" class="micl-iconbutton-standard-l material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
45
|
-
<button type="button" class="micl-iconbutton-standard-xl material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
46
|
-
</div>
|
|
47
|
-
<div>
|
|
48
|
-
<button type="button" class="micl-iconbutton-standard-xs micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
49
|
-
<button type="button" class="micl-iconbutton-standard-s micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
50
|
-
<button type="button" class="micl-iconbutton-standard-m micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
51
|
-
<button type="button" class="micl-iconbutton-standard-l micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
52
|
-
<button type="button" class="micl-iconbutton-standard-xl micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
53
|
-
</div>
|
|
54
|
-
<div>
|
|
55
|
-
<button type="button" class="micl-iconbutton-standard-xs micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
56
|
-
<button type="button" class="micl-iconbutton-standard-s micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
57
|
-
<button type="button" class="micl-iconbutton-standard-m micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
58
|
-
<button type="button" class="micl-iconbutton-standard-l micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
59
|
-
<button type="button" class="micl-iconbutton-standard-xl micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
60
|
-
</div>
|
|
61
|
-
<div>
|
|
62
|
-
<button type="button" class="micl-iconbutton-standard-xs micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
63
|
-
<button type="button" class="micl-iconbutton-standard-s micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
64
|
-
<button type="button" class="micl-iconbutton-standard-m micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
65
|
-
<button type="button" class="micl-iconbutton-standard-l micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
66
|
-
<button type="button" class="micl-iconbutton-standard-xl micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
67
|
-
</div>
|
|
68
|
-
<div>
|
|
69
|
-
<button type="button" class="micl-iconbutton-standard-xs micl-button--square micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
70
|
-
<button type="button" class="micl-iconbutton-standard-s micl-button--square micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
71
|
-
<button type="button" class="micl-iconbutton-standard-m micl-button--square micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
72
|
-
<button type="button" class="micl-iconbutton-standard-l micl-button--square micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
73
|
-
<button type="button" class="micl-iconbutton-standard-xl micl-button--square micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
74
|
-
</div>
|
|
75
|
-
<div>
|
|
76
|
-
<button type="button" class="micl-iconbutton-standard-xs micl-button--square micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
77
|
-
<button type="button" class="micl-iconbutton-standard-s micl-button--square micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
78
|
-
<button type="button" class="micl-iconbutton-standard-m micl-button--square micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
79
|
-
<button type="button" class="micl-iconbutton-standard-l micl-button--square micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
80
|
-
<button type="button" class="micl-iconbutton-standard-xl micl-button--square micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
81
|
-
</div>
|
|
82
|
-
</div>
|
|
83
|
-
</div>
|
|
84
|
-
<div class="micl-card-elevated">
|
|
85
|
-
<div class="micl-card__headline-m">
|
|
86
|
-
<h2>Filled buttons</h2>
|
|
87
|
-
</div>
|
|
88
|
-
<div class="micl-card__content" style="padding-block:8px 16px">
|
|
89
|
-
<div>
|
|
90
|
-
<button type="button" class="micl-iconbutton-filled-xs material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
91
|
-
<button type="button" class="micl-iconbutton-filled-s material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
92
|
-
<button type="button" class="micl-iconbutton-filled-m material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
93
|
-
<button type="button" class="micl-iconbutton-filled-l material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
94
|
-
<button type="button" class="micl-iconbutton-filled-xl material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
95
|
-
</div>
|
|
96
|
-
<div>
|
|
97
|
-
<button type="button" class="micl-iconbutton-filled-xs micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
98
|
-
<button type="button" class="micl-iconbutton-filled-s micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
99
|
-
<button type="button" class="micl-iconbutton-filled-m micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
100
|
-
<button type="button" class="micl-iconbutton-filled-l micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
101
|
-
<button type="button" class="micl-iconbutton-filled-xl micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
102
|
-
</div>
|
|
103
|
-
<div>
|
|
104
|
-
<button type="button" class="micl-iconbutton-filled-xs micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
105
|
-
<button type="button" class="micl-iconbutton-filled-s micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
106
|
-
<button type="button" class="micl-iconbutton-filled-m micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
107
|
-
<button type="button" class="micl-iconbutton-filled-l micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
108
|
-
<button type="button" class="micl-iconbutton-filled-xl micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
109
|
-
</div>
|
|
110
|
-
<div>
|
|
111
|
-
<button type="button" class="micl-iconbutton-filled-xs micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
112
|
-
<button type="button" class="micl-iconbutton-filled-s micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
113
|
-
<button type="button" class="micl-iconbutton-filled-m micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
114
|
-
<button type="button" class="micl-iconbutton-filled-l micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
115
|
-
<button type="button" class="micl-iconbutton-filled-xl micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
116
|
-
</div>
|
|
117
|
-
<div>
|
|
118
|
-
<button type="button" class="micl-iconbutton-filled-xs micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
119
|
-
<button type="button" class="micl-iconbutton-filled-s micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
120
|
-
<button type="button" class="micl-iconbutton-filled-m micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
121
|
-
<button type="button" class="micl-iconbutton-filled-l micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
122
|
-
<button type="button" class="micl-iconbutton-filled-xl micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
123
|
-
</div>
|
|
124
|
-
<div>
|
|
125
|
-
<button type="button" class="micl-iconbutton-filled-xs micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
126
|
-
<button type="button" class="micl-iconbutton-filled-s micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
127
|
-
<button type="button" class="micl-iconbutton-filled-m micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
128
|
-
<button type="button" class="micl-iconbutton-filled-l micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
129
|
-
<button type="button" class="micl-iconbutton-filled-xl micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
130
|
-
</div>
|
|
131
|
-
</div>
|
|
132
|
-
</div>
|
|
133
|
-
<div class="micl-card-outlined">
|
|
134
|
-
<div class="micl-card__headline-m">
|
|
135
|
-
<h2>Tonal buttons</h2>
|
|
136
|
-
</div>
|
|
137
|
-
<div class="micl-card__content" style="padding-block:8px 16px">
|
|
138
|
-
<div>
|
|
139
|
-
<button type="button" class="micl-iconbutton-tonal-xs material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
140
|
-
<button type="button" class="micl-iconbutton-tonal-s material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
141
|
-
<button type="button" class="micl-iconbutton-tonal-m material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
142
|
-
<button type="button" class="micl-iconbutton-tonal-l material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
143
|
-
<button type="button" class="micl-iconbutton-tonal-xl material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
144
|
-
</div>
|
|
145
|
-
<div>
|
|
146
|
-
<button type="button" class="micl-iconbutton-tonal-xs micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
147
|
-
<button type="button" class="micl-iconbutton-tonal-s micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
148
|
-
<button type="button" class="micl-iconbutton-tonal-m micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
149
|
-
<button type="button" class="micl-iconbutton-tonal-l micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
150
|
-
<button type="button" class="micl-iconbutton-tonal-xl micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
151
|
-
</div>
|
|
152
|
-
<div>
|
|
153
|
-
<button type="button" class="micl-iconbutton-tonal-xs micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
154
|
-
<button type="button" class="micl-iconbutton-tonal-s micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
155
|
-
<button type="button" class="micl-iconbutton-tonal-m micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
156
|
-
<button type="button" class="micl-iconbutton-tonal-l micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
157
|
-
<button type="button" class="micl-iconbutton-tonal-xl micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
158
|
-
</div>
|
|
159
|
-
<div>
|
|
160
|
-
<button type="button" class="micl-iconbutton-tonal-xs micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
161
|
-
<button type="button" class="micl-iconbutton-tonal-s micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
162
|
-
<button type="button" class="micl-iconbutton-tonal-m micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
163
|
-
<button type="button" class="micl-iconbutton-tonal-l micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
164
|
-
<button type="button" class="micl-iconbutton-tonal-xl micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
165
|
-
</div>
|
|
166
|
-
<div>
|
|
167
|
-
<button type="button" class="micl-iconbutton-tonal-xs micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
168
|
-
<button type="button" class="micl-iconbutton-tonal-s micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
169
|
-
<button type="button" class="micl-iconbutton-tonal-m micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
170
|
-
<button type="button" class="micl-iconbutton-tonal-l micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
171
|
-
<button type="button" class="micl-iconbutton-tonal-xl micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
172
|
-
</div>
|
|
173
|
-
<div>
|
|
174
|
-
<button type="button" class="micl-iconbutton-tonal-xs micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
175
|
-
<button type="button" class="micl-iconbutton-tonal-s micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
176
|
-
<button type="button" class="micl-iconbutton-tonal-m micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
177
|
-
<button type="button" class="micl-iconbutton-tonal-l micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
178
|
-
<button type="button" class="micl-iconbutton-tonal-xl micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
179
|
-
</div>
|
|
180
|
-
</div>
|
|
181
|
-
</div>
|
|
182
|
-
<div class="micl-card-elevated">
|
|
183
|
-
<div class="micl-card__headline-m">
|
|
184
|
-
<h2>Outlined buttons</h2>
|
|
185
|
-
</div>
|
|
186
|
-
<div class="micl-card__content" style="padding-block:8px 16px">
|
|
187
|
-
<div>
|
|
188
|
-
<button type="button" class="micl-iconbutton-outlined-xs material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
189
|
-
<button type="button" class="micl-iconbutton-outlined-s material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
190
|
-
<button type="button" class="micl-iconbutton-outlined-m material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
191
|
-
<button type="button" class="micl-iconbutton-outlined-l material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
192
|
-
<button type="button" class="micl-iconbutton-outlined-xl material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
193
|
-
</div>
|
|
194
|
-
<div>
|
|
195
|
-
<button type="button" class="micl-iconbutton-outlined-xs micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
196
|
-
<button type="button" class="micl-iconbutton-outlined-s micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
197
|
-
<button type="button" class="micl-iconbutton-outlined-m micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
198
|
-
<button type="button" class="micl-iconbutton-outlined-l micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
199
|
-
<button type="button" class="micl-iconbutton-outlined-xl micl-iconbutton--narrow material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
200
|
-
</div>
|
|
201
|
-
<div>
|
|
202
|
-
<button type="button" class="micl-iconbutton-outlined-xs micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
203
|
-
<button type="button" class="micl-iconbutton-outlined-s micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
204
|
-
<button type="button" class="micl-iconbutton-outlined-m micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
205
|
-
<button type="button" class="micl-iconbutton-outlined-l micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
206
|
-
<button type="button" class="micl-iconbutton-outlined-xl micl-iconbutton--wide material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
207
|
-
</div>
|
|
208
|
-
<div>
|
|
209
|
-
<button type="button" class="micl-iconbutton-outlined-xs micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
210
|
-
<button type="button" class="micl-iconbutton-outlined-s micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
211
|
-
<button type="button" class="micl-iconbutton-outlined-m micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
212
|
-
<button type="button" class="micl-iconbutton-outlined-l micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
213
|
-
<button type="button" class="micl-iconbutton-outlined-xl micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
214
|
-
</div>
|
|
215
|
-
<div>
|
|
216
|
-
<button type="button" class="micl-iconbutton-outlined-xs micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
217
|
-
<button type="button" class="micl-iconbutton-outlined-s micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
218
|
-
<button type="button" class="micl-iconbutton-outlined-m micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
219
|
-
<button type="button" class="micl-iconbutton-outlined-l micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
220
|
-
<button type="button" class="micl-iconbutton-outlined-xl micl-iconbutton--narrow micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
221
|
-
</div>
|
|
222
|
-
<div>
|
|
223
|
-
<button type="button" class="micl-iconbutton-outlined-xs micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
224
|
-
<button type="button" class="micl-iconbutton-outlined-s micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
225
|
-
<button type="button" class="micl-iconbutton-outlined-m micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
226
|
-
<button type="button" class="micl-iconbutton-outlined-l micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
227
|
-
<button type="button" class="micl-iconbutton-outlined-xl micl-iconbutton--wide micl-button--square material-symbols-outlined" aria-label="Control Panel">settings</button>
|
|
228
|
-
</div>
|
|
229
|
-
</div>
|
|
230
|
-
</div>
|
|
231
|
-
<div class="micl-card-elevated">
|
|
232
|
-
<div class="micl-card__headline-m">
|
|
233
|
-
<h2>Disabled buttons</h2>
|
|
234
|
-
</div>
|
|
235
|
-
<div class="micl-card__content" style="padding-block:8px 16px">
|
|
236
|
-
<div>
|
|
237
|
-
<button type="button" class="micl-iconbutton-standard-xs material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
238
|
-
<button type="button" class="micl-iconbutton-standard-s material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
239
|
-
<button type="button" class="micl-iconbutton-standard-m material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
240
|
-
<button type="button" class="micl-iconbutton-standard-l material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
241
|
-
<button type="button" class="micl-iconbutton-standard-xl material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
242
|
-
</div>
|
|
243
|
-
<div>
|
|
244
|
-
<button type="button" class="micl-iconbutton-filled-xs micl-iconbutton--narrow material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
245
|
-
<button type="button" class="micl-iconbutton-filled-s micl-iconbutton--narrow material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
246
|
-
<button type="button" class="micl-iconbutton-filled-m micl-iconbutton--narrow material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
247
|
-
<button type="button" class="micl-iconbutton-filled-l micl-iconbutton--narrow material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
248
|
-
<button type="button" class="micl-iconbutton-filled-xl micl-iconbutton--narrow material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
249
|
-
</div>
|
|
250
|
-
<div>
|
|
251
|
-
<button type="button" class="micl-iconbutton-tonal-xs material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
252
|
-
<button type="button" class="micl-iconbutton-tonal-s material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
253
|
-
<button type="button" class="micl-iconbutton-tonal-m material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
254
|
-
<button type="button" class="micl-iconbutton-tonal-l material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
255
|
-
<button type="button" class="micl-iconbutton-tonal-xl material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
256
|
-
</div>
|
|
257
|
-
<div>
|
|
258
|
-
<button type="button" class="micl-iconbutton-outlined-xs micl-iconbutton--wide material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
259
|
-
<button type="button" class="micl-iconbutton-outlined-s micl-iconbutton--wide material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
260
|
-
<button type="button" class="micl-iconbutton-outlined-m micl-iconbutton--wide material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
261
|
-
<button type="button" class="micl-iconbutton-outlined-l micl-iconbutton--wide material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
262
|
-
<button type="button" class="micl-iconbutton-outlined-xl micl-iconbutton--wide material-symbols-outlined" disabled aria-label="Control Panel">settings</button>
|
|
263
|
-
</div>
|
|
264
|
-
</div>
|
|
265
|
-
</div>
|
|
266
|
-
<div class="micl-card-outlined">
|
|
267
|
-
<div class="micl-card__headline-m">
|
|
268
|
-
<h2>Toggle buttons</h2>
|
|
269
|
-
</div>
|
|
270
|
-
<div class="micl-card__content">
|
|
271
|
-
<div style="display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px">
|
|
272
|
-
<button type="button" id="btn1" class="micl-iconbutton-standard-m micl-button--toggle material-symbols-outlined" commandfor="btn1" command="--micl-toggle" aria-label="Control Panel">settings</button>
|
|
273
|
-
<button type="button" id="btn2" class="micl-iconbutton-standard-m micl-button--toggle micl-button--selected material-symbols-outlined" commandfor="btn2" command="--micl-toggle" data-miclicon="settings" data-micliconselected="check_circle" aria-label="Control Panel"></button>
|
|
274
|
-
</div>
|
|
275
|
-
<div style="display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px">
|
|
276
|
-
<button type="button" id="btn3" class="micl-iconbutton-filled-m micl-button--toggle material-symbols-outlined" commandfor="btn3" command="--micl-toggle" aria-label="Control Panel">settings</button>
|
|
277
|
-
<button type="button" id="btn4" class="micl-iconbutton-filled-m micl-button--toggle micl-button--selected material-symbols-outlined" commandfor="btn4" command="--micl-toggle" data-miclicon="settings" data-micliconselected="check_circle" aria-label="Control Panel"></button>
|
|
278
|
-
</div>
|
|
279
|
-
<div style="display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px">
|
|
280
|
-
<button type="button" id="btn5" class="micl-iconbutton-tonal-m micl-button--toggle material-symbols-outlined" commandfor="btn5" command="--micl-toggle" aria-label="Control Panel">settings</button>
|
|
281
|
-
<button type="button" id="btn6" class="micl-iconbutton-tonal-m micl-button--toggle micl-button--selected material-symbols-outlined" commandfor="btn6" command="--micl-toggle" data-miclicon="settings" data-micliconselected="check_circle" aria-label="Control Panel"></button>
|
|
282
|
-
</div>
|
|
283
|
-
<div style="display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px">
|
|
284
|
-
<button type="button" id="btn7" class="micl-iconbutton-outlined-m micl-button--toggle material-symbols-outlined" commandfor="btn7" command="--micl-toggle" aria-label="Control Panel">settings</button>
|
|
285
|
-
<button type="button" id="btn8" class="micl-iconbutton-outlined-m micl-button--toggle micl-button--selected material-symbols-outlined" commandfor="btn8" command="--micl-toggle" data-miclicon="settings" data-micliconselected="check_circle" aria-label="Control Panel"></button>
|
|
286
|
-
</div>
|
|
287
|
-
</div>
|
|
288
|
-
</div>
|
|
289
|
-
</section>
|
|
290
|
-
<section class="micl-pane">
|
|
291
|
-
<div class="micl-card-filled" style="margin-top:8px">
|
|
292
|
-
<div class="micl-card__headline-s">
|
|
293
|
-
<h2>Code example</h2>
|
|
294
|
-
<button type="button" id="copycode" class="micl-iconbutton-standard-s material-symbols-outlined" aria-label="Copy code">content_copy</button>
|
|
295
|
-
</div>
|
|
296
|
-
<div class="micl-card__content docs-code">
|
|
297
|
-
<pre tabindex="-1"><code><button
|
|
298
|
-
type="button"
|
|
299
|
-
class="micl-iconbutton-standard-s material-symbols-outlined"
|
|
300
|
-
aria-label="Control Panel"
|
|
301
|
-
>settings</button>
|
|
302
|
-
|
|
303
|
-
<button
|
|
304
|
-
type="button"
|
|
305
|
-
class="micl-iconbutton-filled-m material-symbols-outlined
|
|
306
|
-
micl-button--toggle micl-button--selected"
|
|
307
|
-
aria-label="Control Panel"
|
|
308
|
-
>settings</button>
|
|
309
|
-
|
|
310
|
-
<button
|
|
311
|
-
type="button"
|
|
312
|
-
id="mybutton"
|
|
313
|
-
class="micl-iconbutton-outlined-m micl-button--toggle
|
|
314
|
-
micl-button--selected material-symbols-outlined"
|
|
315
|
-
commandfor="mybutton"
|
|
316
|
-
command="--micl-toggle"
|
|
317
|
-
data-miclicon="settings"
|
|
318
|
-
data-micliconselected="check_circle"
|
|
319
|
-
aria-label="Control Panel"
|
|
320
|
-
></button></code></pre>
|
|
321
|
-
</div>
|
|
322
|
-
</div>
|
|
323
|
-
</section>
|
|
324
|
-
</main>
|
|
325
|
-
|
|
326
|
-
<script src="micl.js"></script>
|
|
327
|
-
<script src="docs.js"></script>
|
|
328
|
-
</body>
|
|
329
|
-
</html>
|