react-miui 0.24.0 → 0.25.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/.storybook/preview.tsx +3 -1
- package/CHANGELOG.md +16 -0
- package/b.mjs +2 -0
- package/dist/components/form/Checkbox.d.ts +4 -7
- package/dist/components/form/Checkbox.d.ts.map +1 -1
- package/dist/components/form/Checkbox.js +53 -20
- package/dist/components/form/Checkbox.js.map +1 -1
- package/dist/components/form/Checkbox.stories.d.ts +9 -0
- package/dist/components/form/Checkbox.stories.d.ts.map +1 -0
- package/dist/components/form/Checkbox.stories.js +102 -0
- package/dist/components/form/Checkbox.stories.js.map +1 -0
- package/dist/components/form/Checkbox.styled.d.ts +248 -0
- package/dist/components/form/Checkbox.styled.d.ts.map +1 -0
- package/dist/components/form/Checkbox.styled.js +70 -0
- package/dist/components/form/Checkbox.styled.js.map +1 -0
- package/dist/components/layout/table/Table.d.ts +1 -7
- package/dist/components/layout/table/Table.d.ts.map +1 -1
- package/dist/components/layout/table/Table.js +2 -30
- package/dist/components/layout/table/Table.js.map +1 -1
- package/dist/components/layout/table/Table.stories.d.ts +8 -0
- package/dist/components/layout/table/Table.stories.d.ts.map +1 -0
- package/dist/components/layout/table/Table.stories.js +55 -0
- package/dist/components/layout/table/Table.stories.js.map +1 -0
- package/dist/components/layout/table/Table.styled.d.ts +88 -0
- package/dist/components/layout/table/Table.styled.d.ts.map +1 -0
- package/dist/components/layout/table/Table.styled.js +39 -0
- package/dist/components/layout/table/Table.styled.js.map +1 -0
- package/dist/components/ui/toaster/Notification.d.ts.map +1 -1
- package/dist/components/ui/toaster/Notification.js +2 -8
- package/dist/components/ui/toaster/Notification.js.map +1 -1
- package/dist/components/ui/toaster/Toaster.d.ts +1 -1
- package/dist/components/ui/toaster/Toaster.d.ts.map +1 -1
- package/dist/components/ui/toaster/Toaster.js +2 -2
- package/dist/components/ui/toaster/Toaster.js.map +1 -1
- package/dist/components/ui/toaster/Toaster.stories.d.ts +7 -0
- package/dist/components/ui/toaster/Toaster.stories.d.ts.map +1 -0
- package/dist/components/ui/toaster/Toaster.stories.js +45 -0
- package/dist/components/ui/toaster/Toaster.stories.js.map +1 -0
- package/dist/components/ui/toaster/Toaster.styled.d.ts +86 -0
- package/dist/components/ui/toaster/Toaster.styled.d.ts.map +1 -0
- package/dist/components/ui/toaster/Toaster.styled.js +39 -0
- package/dist/components/ui/toaster/Toaster.styled.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/Drawer.html +14 -14
- package/docs/classes/Pop.html +14 -14
- package/docs/classes/ToasterProvider.html +14 -12
- package/docs/enums/ICON.html +14 -14
- package/docs/functions/Action.html +15 -4
- package/docs/functions/Button.html +19 -8
- package/docs/functions/Card.html +15 -4
- package/docs/functions/Checkbox.html +17 -4
- package/docs/functions/Choice.html +16 -5
- package/docs/functions/CoveringLoader.html +15 -4
- package/docs/functions/DirectionPad.html +15 -4
- package/docs/functions/EqualActions.html +15 -4
- package/docs/functions/FullLoader.html +15 -4
- package/docs/functions/HandleEsc.html +15 -4
- package/docs/functions/Header.html +15 -4
- package/docs/functions/HeaderIconAction.html +15 -4
- package/docs/functions/Icon-1.html +15 -4
- package/docs/functions/If.html +15 -4
- package/docs/functions/Input.html +16 -5
- package/docs/functions/KeyValue.html +15 -4
- package/docs/functions/Label.html +15 -4
- package/docs/functions/List-1.html +15 -4
- package/docs/functions/Loader.html +15 -4
- package/docs/functions/Loading.html +15 -4
- package/docs/functions/Message.html +15 -4
- package/docs/functions/Modal-1.html +15 -4
- package/docs/functions/ModalButtons.html +15 -4
- package/docs/functions/PopLoader.html +15 -4
- package/docs/functions/PopOption.html +15 -4
- package/docs/functions/Progress.html +15 -4
- package/docs/functions/SearchContainer.html +15 -4
- package/docs/functions/Section.html +19 -8
- package/docs/functions/Select.html +15 -4
- package/docs/functions/Selector.html +16 -5
- package/docs/functions/Spacer.html +15 -4
- package/docs/functions/Stats.html +15 -4
- package/docs/functions/StickyHeader.html +15 -4
- package/docs/functions/Table.html +49 -9
- package/docs/functions/TextArea.html +15 -4
- package/docs/functions/Toggle.html +15 -4
- package/docs/functions/borderPxToRem.html +123 -0
- package/docs/functions/createTheme.html +132 -0
- package/docs/functions/css.html +130 -0
- package/docs/functions/dimensionsPxToRem.html +123 -0
- package/docs/functions/fontPxToRem.html +123 -0
- package/docs/functions/getCssText.html +15 -4
- package/docs/functions/globalCss.html +134 -0
- package/docs/functions/keyframes.html +134 -0
- package/docs/functions/pxToRem.html +123 -0
- package/docs/functions/styled.html +15 -4
- package/docs/functions/useToaster.html +16 -5
- package/docs/index.html +15 -4
- package/docs/interfaces/ActionProps.html +13 -13
- package/docs/interfaces/ChoiceProps.html +11 -11
- package/docs/interfaces/IconProps.html +7 -7
- package/docs/interfaces/InputCustomProps.html +10 -10
- package/docs/interfaces/StickyHeaderProps.html +9 -9
- package/docs/modules/List.html +7 -7
- package/docs/modules/Modal.html +6 -6
- package/docs/modules.html +26 -4
- package/docs/pages/tutorials/Test.html +15 -4
- package/docs/types/InputProps.html +16 -5
- package/docs/types/OverwriteProps.html +129 -0
- package/docs/types/ThemeCSS.html +17 -6
- package/docs/variables/BackgroundClassName.html +16 -5
- package/docs/variables/List.Header.html +5 -5
- package/docs/variables/List.Item.html +5 -5
- package/docs/variables/Modal.RemovePadding.html +5 -5
- package/docs/variables/ValueClassName.html +16 -5
- package/docs/variables/config.html +128 -0
- package/docs/variables/cssReset.html +16 -5
- package/docs/variables/miuiScrollbars.html +16 -5
- package/docs/variables/theme.html +114 -0
- package/esm/components/form/Checkbox.d.ts +4 -7
- package/esm/components/form/Checkbox.d.ts.map +1 -1
- package/esm/components/form/Checkbox.js +19 -18
- package/esm/components/form/Checkbox.js.map +1 -1
- package/esm/components/form/Checkbox.stories.d.ts +9 -0
- package/esm/components/form/Checkbox.stories.d.ts.map +1 -0
- package/esm/components/form/Checkbox.stories.js +75 -0
- package/esm/components/form/Checkbox.stories.js.map +1 -0
- package/esm/components/form/Checkbox.styled.d.ts +248 -0
- package/esm/components/form/Checkbox.styled.d.ts.map +1 -0
- package/esm/components/form/Checkbox.styled.js +65 -0
- package/esm/components/form/Checkbox.styled.js.map +1 -0
- package/esm/components/layout/table/Table.d.ts +1 -7
- package/esm/components/layout/table/Table.d.ts.map +1 -1
- package/esm/components/layout/table/Table.js +1 -15
- package/esm/components/layout/table/Table.js.map +1 -1
- package/esm/components/layout/table/Table.stories.d.ts +8 -0
- package/esm/components/layout/table/Table.stories.d.ts.map +1 -0
- package/esm/components/layout/table/Table.stories.js +49 -0
- package/esm/components/layout/table/Table.stories.js.map +1 -0
- package/esm/components/layout/table/Table.styled.d.ts +88 -0
- package/esm/components/layout/table/Table.styled.d.ts.map +1 -0
- package/esm/components/layout/table/Table.styled.js +36 -0
- package/esm/components/layout/table/Table.styled.js.map +1 -0
- package/esm/components/ui/toaster/Notification.d.ts.map +1 -1
- package/esm/components/ui/toaster/Notification.js +2 -5
- package/esm/components/ui/toaster/Notification.js.map +1 -1
- package/esm/components/ui/toaster/Toaster.d.ts +1 -1
- package/esm/components/ui/toaster/Toaster.d.ts.map +1 -1
- package/esm/components/ui/toaster/Toaster.js +2 -2
- package/esm/components/ui/toaster/Toaster.js.map +1 -1
- package/esm/components/ui/toaster/Toaster.stories.d.ts +7 -0
- package/esm/components/ui/toaster/Toaster.stories.d.ts.map +1 -0
- package/esm/components/ui/toaster/Toaster.stories.js +39 -0
- package/esm/components/ui/toaster/Toaster.stories.js.map +1 -0
- package/esm/components/ui/toaster/Toaster.styled.d.ts +86 -0
- package/esm/components/ui/toaster/Toaster.styled.d.ts.map +1 -0
- package/esm/components/ui/toaster/Toaster.styled.js +36 -0
- package/esm/components/ui/toaster/Toaster.styled.js.map +1 -0
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/Checkbox.stories.tsx +91 -0
- package/src/components/form/Checkbox.styled.ts +79 -0
- package/src/components/form/Checkbox.tsx +40 -33
- package/src/{demo/components/layout/table/TableDemo.tsx → components/layout/table/Table.stories.tsx} +30 -14
- package/src/components/layout/table/Table.styled.ts +40 -0
- package/src/components/layout/table/Table.tsx +1 -29
- package/src/components/ui/toaster/Notification.tsx +4 -8
- package/src/components/ui/toaster/Toaster.stories.tsx +63 -0
- package/src/components/ui/toaster/Toaster.styled.ts +42 -0
- package/src/components/ui/toaster/Toaster.tsx +3 -3
- package/src/demo/componentsMap.ts +0 -16
- package/src/index.ts +1 -1
- package/dist/components/form/Checkbox.module.scss +0 -71
- package/dist/components/layout/table/Table.module.scss +0 -30
- package/dist/components/ui/toaster/Toaster.module.scss +0 -32
- package/esm/components/form/Checkbox.module.scss +0 -71
- package/esm/components/layout/table/Table.module.scss +0 -30
- package/esm/components/ui/toaster/Toaster.module.scss +0 -32
- package/src/components/form/Checkbox.module.scss +0 -71
- package/src/components/layout/table/Table.module.scss +0 -30
- package/src/components/ui/toaster/Toaster.module.scss +0 -32
- package/src/demo/components/form/Checkbox.tsx +0 -33
- package/src/demo/components/layout/table/TableDemo.module.scss +0 -1
- package/src/demo/components/ui/toaster/Toaster.tsx +0 -27
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>HeaderIconAction | react-miui - v0.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>HeaderIconAction | react-miui - v0.25.0</title><meta name="description" content="Documentation for react-miui - v0.25.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.25.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.25.0</a></li>
|
|
16
16
|
<li><a href="HeaderIconAction.html">HeaderIconAction</a></li></ul>
|
|
17
17
|
<h1>Function HeaderIconAction</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -51,7 +51,7 @@ It can be a simple link, a button or a custom link component.</p>
|
|
|
51
51
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
52
52
|
<div class="tsd-accordion-details">
|
|
53
53
|
<ul>
|
|
54
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.
|
|
54
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.25.0</a>
|
|
55
55
|
<ul>
|
|
56
56
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
57
57
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -68,11 +68,14 @@ It can be a simple link, a button or a custom link component.</p>
|
|
|
68
68
|
<li class="tsd-kind-interface"><a href="../interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
|
|
69
69
|
<li class="tsd-kind-interface"><a href="../interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
|
|
70
70
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Input<wbr/>Props</a></li>
|
|
71
|
+
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
71
72
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
72
73
|
<li class="tsd-kind-variable"><a href="../variables/BackgroundClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Background<wbr/>Class<wbr/>Name</a></li>
|
|
73
74
|
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
75
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
74
76
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
75
77
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
78
|
+
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</a></li>
|
|
76
79
|
<li class="tsd-kind-function"><a href="Action.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Action</a></li>
|
|
77
80
|
<li class="tsd-kind-function"><a href="Button.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Button</a></li>
|
|
78
81
|
<li class="tsd-kind-function"><a href="Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
|
|
@@ -109,7 +112,15 @@ It can be a simple link, a button or a custom link component.</p>
|
|
|
109
112
|
<li class="tsd-kind-function"><a href="Table.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Table</a></li>
|
|
110
113
|
<li class="tsd-kind-function"><a href="TextArea.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Text<wbr/>Area</a></li>
|
|
111
114
|
<li class="tsd-kind-function"><a href="Toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Toggle</a></li>
|
|
115
|
+
<li class="tsd-kind-function"><a href="borderPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>border<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
116
|
+
<li class="tsd-kind-function"><a href="createTheme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>create<wbr/>Theme</a></li>
|
|
117
|
+
<li class="tsd-kind-function"><a href="css.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>css</a></li>
|
|
118
|
+
<li class="tsd-kind-function"><a href="dimensionsPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>dimensions<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
119
|
+
<li class="tsd-kind-function"><a href="fontPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>font<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
112
120
|
<li class="tsd-kind-function"><a href="getCssText.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Css<wbr/>Text</a></li>
|
|
121
|
+
<li class="tsd-kind-function"><a href="globalCss.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>global<wbr/>Css</a></li>
|
|
122
|
+
<li class="tsd-kind-function"><a href="keyframes.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>keyframes</a></li>
|
|
123
|
+
<li class="tsd-kind-function"><a href="pxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>px<wbr/>To<wbr/>Rem</a></li>
|
|
113
124
|
<li class="tsd-kind-function"><a href="styled.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>styled</a></li>
|
|
114
125
|
<li class="tsd-kind-function"><a href="useToaster.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>use<wbr/>Toaster</a></li></ul></nav></div></div>
|
|
115
126
|
<div class="container tsd-generator">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Icon | react-miui - v0.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Icon | react-miui - v0.25.0</title><meta name="description" content="Documentation for react-miui - v0.25.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.25.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.25.0</a></li>
|
|
16
16
|
<li><a href="Icon-1.html">Icon</a></li></ul>
|
|
17
17
|
<h1>Function Icon</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
49
49
|
<div class="tsd-accordion-details">
|
|
50
50
|
<ul>
|
|
51
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.
|
|
51
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.25.0</a>
|
|
52
52
|
<ul>
|
|
53
53
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
54
54
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -65,11 +65,14 @@
|
|
|
65
65
|
<li class="tsd-kind-interface"><a href="../interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
|
|
66
66
|
<li class="tsd-kind-interface"><a href="../interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
|
|
67
67
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Input<wbr/>Props</a></li>
|
|
68
|
+
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
68
69
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
69
70
|
<li class="tsd-kind-variable"><a href="../variables/BackgroundClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Background<wbr/>Class<wbr/>Name</a></li>
|
|
70
71
|
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
72
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
71
73
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
72
74
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
75
|
+
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</a></li>
|
|
73
76
|
<li class="tsd-kind-function"><a href="Action.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Action</a></li>
|
|
74
77
|
<li class="tsd-kind-function"><a href="Button.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Button</a></li>
|
|
75
78
|
<li class="tsd-kind-function"><a href="Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
|
|
@@ -106,7 +109,15 @@
|
|
|
106
109
|
<li class="tsd-kind-function"><a href="Table.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Table</a></li>
|
|
107
110
|
<li class="tsd-kind-function"><a href="TextArea.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Text<wbr/>Area</a></li>
|
|
108
111
|
<li class="tsd-kind-function"><a href="Toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Toggle</a></li>
|
|
112
|
+
<li class="tsd-kind-function"><a href="borderPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>border<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
113
|
+
<li class="tsd-kind-function"><a href="createTheme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>create<wbr/>Theme</a></li>
|
|
114
|
+
<li class="tsd-kind-function"><a href="css.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>css</a></li>
|
|
115
|
+
<li class="tsd-kind-function"><a href="dimensionsPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>dimensions<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
116
|
+
<li class="tsd-kind-function"><a href="fontPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>font<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
109
117
|
<li class="tsd-kind-function"><a href="getCssText.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Css<wbr/>Text</a></li>
|
|
118
|
+
<li class="tsd-kind-function"><a href="globalCss.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>global<wbr/>Css</a></li>
|
|
119
|
+
<li class="tsd-kind-function"><a href="keyframes.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>keyframes</a></li>
|
|
120
|
+
<li class="tsd-kind-function"><a href="pxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>px<wbr/>To<wbr/>Rem</a></li>
|
|
110
121
|
<li class="tsd-kind-function"><a href="styled.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>styled</a></li>
|
|
111
122
|
<li class="tsd-kind-function"><a href="useToaster.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>use<wbr/>Toaster</a></li></ul></nav></div></div>
|
|
112
123
|
<div class="container tsd-generator">
|
package/docs/functions/If.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>If | react-miui - v0.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>If | react-miui - v0.25.0</title><meta name="description" content="Documentation for react-miui - v0.25.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.25.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.25.0</a></li>
|
|
16
16
|
<li><a href="If.html">If</a></li></ul>
|
|
17
17
|
<h1>Function If</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
49
49
|
<div class="tsd-accordion-details">
|
|
50
50
|
<ul>
|
|
51
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.
|
|
51
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.25.0</a>
|
|
52
52
|
<ul>
|
|
53
53
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
54
54
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -65,11 +65,14 @@
|
|
|
65
65
|
<li class="tsd-kind-interface"><a href="../interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
|
|
66
66
|
<li class="tsd-kind-interface"><a href="../interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
|
|
67
67
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Input<wbr/>Props</a></li>
|
|
68
|
+
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
68
69
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
69
70
|
<li class="tsd-kind-variable"><a href="../variables/BackgroundClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Background<wbr/>Class<wbr/>Name</a></li>
|
|
70
71
|
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
72
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
71
73
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
72
74
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
75
|
+
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</a></li>
|
|
73
76
|
<li class="tsd-kind-function"><a href="Action.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Action</a></li>
|
|
74
77
|
<li class="tsd-kind-function"><a href="Button.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Button</a></li>
|
|
75
78
|
<li class="tsd-kind-function"><a href="Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
|
|
@@ -106,7 +109,15 @@
|
|
|
106
109
|
<li class="tsd-kind-function"><a href="Table.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Table</a></li>
|
|
107
110
|
<li class="tsd-kind-function"><a href="TextArea.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Text<wbr/>Area</a></li>
|
|
108
111
|
<li class="tsd-kind-function"><a href="Toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Toggle</a></li>
|
|
112
|
+
<li class="tsd-kind-function"><a href="borderPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>border<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
113
|
+
<li class="tsd-kind-function"><a href="createTheme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>create<wbr/>Theme</a></li>
|
|
114
|
+
<li class="tsd-kind-function"><a href="css.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>css</a></li>
|
|
115
|
+
<li class="tsd-kind-function"><a href="dimensionsPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>dimensions<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
116
|
+
<li class="tsd-kind-function"><a href="fontPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>font<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
109
117
|
<li class="tsd-kind-function"><a href="getCssText.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Css<wbr/>Text</a></li>
|
|
118
|
+
<li class="tsd-kind-function"><a href="globalCss.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>global<wbr/>Css</a></li>
|
|
119
|
+
<li class="tsd-kind-function"><a href="keyframes.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>keyframes</a></li>
|
|
120
|
+
<li class="tsd-kind-function"><a href="pxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>px<wbr/>To<wbr/>Rem</a></li>
|
|
110
121
|
<li class="tsd-kind-function"><a href="styled.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>styled</a></li>
|
|
111
122
|
<li class="tsd-kind-function"><a href="useToaster.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>use<wbr/>Toaster</a></li></ul></nav></div></div>
|
|
112
123
|
<div class="container tsd-generator">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Input | react-miui - v0.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Input | react-miui - v0.25.0</title><meta name="description" content="Documentation for react-miui - v0.25.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.25.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.25.0</a></li>
|
|
16
16
|
<li><a href="Input.html">Input</a></li></ul>
|
|
17
17
|
<h1>Function Input</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h5>__namedParameters: <a href="../types/InputProps.html" class="tsd-signature-type" data-tsd-kind="Type alias">InputProps</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">></span></h5></li></ul></div>
|
|
34
34
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ReactElement</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
35
35
|
<ul>
|
|
36
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
36
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ed9baea/src/components/form/input/Input.tsx#L24">src/components/form/input/Input.tsx:24</a></li></ul></aside></li></ul></section></div>
|
|
37
37
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
38
38
|
<div class="tsd-navigation settings">
|
|
39
39
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
54
54
|
<div class="tsd-accordion-details">
|
|
55
55
|
<ul>
|
|
56
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.
|
|
56
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.25.0</a>
|
|
57
57
|
<ul>
|
|
58
58
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
59
59
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -70,11 +70,14 @@
|
|
|
70
70
|
<li class="tsd-kind-interface"><a href="../interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
|
|
71
71
|
<li class="tsd-kind-interface"><a href="../interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
|
|
72
72
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Input<wbr/>Props</a></li>
|
|
73
|
+
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
73
74
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
74
75
|
<li class="tsd-kind-variable"><a href="../variables/BackgroundClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Background<wbr/>Class<wbr/>Name</a></li>
|
|
75
76
|
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
77
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
76
78
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
77
79
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
80
|
+
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</a></li>
|
|
78
81
|
<li class="tsd-kind-function"><a href="Action.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Action</a></li>
|
|
79
82
|
<li class="tsd-kind-function"><a href="Button.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Button</a></li>
|
|
80
83
|
<li class="tsd-kind-function"><a href="Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
|
|
@@ -111,7 +114,15 @@
|
|
|
111
114
|
<li class="tsd-kind-function"><a href="Table.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Table</a></li>
|
|
112
115
|
<li class="tsd-kind-function"><a href="TextArea.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Text<wbr/>Area</a></li>
|
|
113
116
|
<li class="tsd-kind-function"><a href="Toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Toggle</a></li>
|
|
117
|
+
<li class="tsd-kind-function"><a href="borderPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>border<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
118
|
+
<li class="tsd-kind-function"><a href="createTheme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>create<wbr/>Theme</a></li>
|
|
119
|
+
<li class="tsd-kind-function"><a href="css.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>css</a></li>
|
|
120
|
+
<li class="tsd-kind-function"><a href="dimensionsPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>dimensions<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
121
|
+
<li class="tsd-kind-function"><a href="fontPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>font<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
114
122
|
<li class="tsd-kind-function"><a href="getCssText.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Css<wbr/>Text</a></li>
|
|
123
|
+
<li class="tsd-kind-function"><a href="globalCss.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>global<wbr/>Css</a></li>
|
|
124
|
+
<li class="tsd-kind-function"><a href="keyframes.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>keyframes</a></li>
|
|
125
|
+
<li class="tsd-kind-function"><a href="pxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>px<wbr/>To<wbr/>Rem</a></li>
|
|
115
126
|
<li class="tsd-kind-function"><a href="styled.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>styled</a></li>
|
|
116
127
|
<li class="tsd-kind-function"><a href="useToaster.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>use<wbr/>Toaster</a></li></ul></nav></div></div>
|
|
117
128
|
<div class="container tsd-generator">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>KeyValue | react-miui - v0.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>KeyValue | react-miui - v0.25.0</title><meta name="description" content="Documentation for react-miui - v0.25.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.25.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.25.0</a></li>
|
|
16
16
|
<li><a href="KeyValue.html">KeyValue</a></li></ul>
|
|
17
17
|
<h1>Function KeyValue</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
49
49
|
<div class="tsd-accordion-details">
|
|
50
50
|
<ul>
|
|
51
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.
|
|
51
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.25.0</a>
|
|
52
52
|
<ul>
|
|
53
53
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
54
54
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -65,11 +65,14 @@
|
|
|
65
65
|
<li class="tsd-kind-interface"><a href="../interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
|
|
66
66
|
<li class="tsd-kind-interface"><a href="../interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
|
|
67
67
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Input<wbr/>Props</a></li>
|
|
68
|
+
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
68
69
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
69
70
|
<li class="tsd-kind-variable"><a href="../variables/BackgroundClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Background<wbr/>Class<wbr/>Name</a></li>
|
|
70
71
|
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
72
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
71
73
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
72
74
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
75
|
+
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</a></li>
|
|
73
76
|
<li class="tsd-kind-function"><a href="Action.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Action</a></li>
|
|
74
77
|
<li class="tsd-kind-function"><a href="Button.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Button</a></li>
|
|
75
78
|
<li class="tsd-kind-function"><a href="Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
|
|
@@ -106,7 +109,15 @@
|
|
|
106
109
|
<li class="tsd-kind-function"><a href="Table.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Table</a></li>
|
|
107
110
|
<li class="tsd-kind-function"><a href="TextArea.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Text<wbr/>Area</a></li>
|
|
108
111
|
<li class="tsd-kind-function"><a href="Toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Toggle</a></li>
|
|
112
|
+
<li class="tsd-kind-function"><a href="borderPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>border<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
113
|
+
<li class="tsd-kind-function"><a href="createTheme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>create<wbr/>Theme</a></li>
|
|
114
|
+
<li class="tsd-kind-function"><a href="css.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>css</a></li>
|
|
115
|
+
<li class="tsd-kind-function"><a href="dimensionsPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>dimensions<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
116
|
+
<li class="tsd-kind-function"><a href="fontPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>font<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
109
117
|
<li class="tsd-kind-function"><a href="getCssText.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Css<wbr/>Text</a></li>
|
|
118
|
+
<li class="tsd-kind-function"><a href="globalCss.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>global<wbr/>Css</a></li>
|
|
119
|
+
<li class="tsd-kind-function"><a href="keyframes.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>keyframes</a></li>
|
|
120
|
+
<li class="tsd-kind-function"><a href="pxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>px<wbr/>To<wbr/>Rem</a></li>
|
|
110
121
|
<li class="tsd-kind-function"><a href="styled.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>styled</a></li>
|
|
111
122
|
<li class="tsd-kind-function"><a href="useToaster.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>use<wbr/>Toaster</a></li></ul></nav></div></div>
|
|
112
123
|
<div class="container tsd-generator">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Label | react-miui - v0.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Label | react-miui - v0.25.0</title><meta name="description" content="Documentation for react-miui - v0.25.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.25.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.
|
|
15
|
+
<li><a href="../modules.html">react-miui - v0.25.0</a></li>
|
|
16
16
|
<li><a href="Label.html">Label</a></li></ul>
|
|
17
17
|
<h1>Function Label</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
49
49
|
<div class="tsd-accordion-details">
|
|
50
50
|
<ul>
|
|
51
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.
|
|
51
|
+
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.25.0</a>
|
|
52
52
|
<ul>
|
|
53
53
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
54
54
|
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
@@ -65,11 +65,14 @@
|
|
|
65
65
|
<li class="tsd-kind-interface"><a href="../interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
|
|
66
66
|
<li class="tsd-kind-interface"><a href="../interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
|
|
67
67
|
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Input<wbr/>Props</a></li>
|
|
68
|
+
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
68
69
|
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
69
70
|
<li class="tsd-kind-variable"><a href="../variables/BackgroundClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>Background<wbr/>Class<wbr/>Name</a></li>
|
|
70
71
|
<li class="tsd-kind-variable"><a href="../variables/ValueClassName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>Value<wbr/>Class<wbr/>Name</a></li>
|
|
72
|
+
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>config</a></li>
|
|
71
73
|
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
72
74
|
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
75
|
+
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</a></li>
|
|
73
76
|
<li class="tsd-kind-function"><a href="Action.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Action</a></li>
|
|
74
77
|
<li class="tsd-kind-function"><a href="Button.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Button</a></li>
|
|
75
78
|
<li class="tsd-kind-function"><a href="Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
|
|
@@ -106,7 +109,15 @@
|
|
|
106
109
|
<li class="tsd-kind-function"><a href="Table.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Table</a></li>
|
|
107
110
|
<li class="tsd-kind-function"><a href="TextArea.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Text<wbr/>Area</a></li>
|
|
108
111
|
<li class="tsd-kind-function"><a href="Toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Toggle</a></li>
|
|
112
|
+
<li class="tsd-kind-function"><a href="borderPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>border<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
113
|
+
<li class="tsd-kind-function"><a href="createTheme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>create<wbr/>Theme</a></li>
|
|
114
|
+
<li class="tsd-kind-function"><a href="css.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>css</a></li>
|
|
115
|
+
<li class="tsd-kind-function"><a href="dimensionsPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>dimensions<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
116
|
+
<li class="tsd-kind-function"><a href="fontPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>font<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
109
117
|
<li class="tsd-kind-function"><a href="getCssText.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Css<wbr/>Text</a></li>
|
|
118
|
+
<li class="tsd-kind-function"><a href="globalCss.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>global<wbr/>Css</a></li>
|
|
119
|
+
<li class="tsd-kind-function"><a href="keyframes.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>keyframes</a></li>
|
|
120
|
+
<li class="tsd-kind-function"><a href="pxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>px<wbr/>To<wbr/>Rem</a></li>
|
|
110
121
|
<li class="tsd-kind-function"><a href="styled.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>styled</a></li>
|
|
111
122
|
<li class="tsd-kind-function"><a href="useToaster.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>use<wbr/>Toaster</a></li></ul></nav></div></div>
|
|
112
123
|
<div class="container tsd-generator">
|