@rio-cloud/uikit-mcp 1.1.7 → 1.1.8

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.
Files changed (201) hide show
  1. package/README.md +13 -17
  2. package/dist/doc-metadata.json +125 -295
  3. package/dist/docs/components/accentBar.md +16 -69
  4. package/dist/docs/components/activity.md +7 -44
  5. package/dist/docs/components/animatedNumber.md +3 -11
  6. package/dist/docs/components/animatedTextReveal.md +6 -34
  7. package/dist/docs/components/animations.md +21 -54
  8. package/dist/docs/components/appHeader.md +11 -30
  9. package/dist/docs/components/appLayout.md +40 -193
  10. package/dist/docs/components/appNavigationBar.md +1 -24
  11. package/dist/docs/components/areaCharts.md +7 -22
  12. package/dist/docs/components/aspectRatioPlaceholder.md +1 -9
  13. package/dist/docs/components/assetTree.md +241 -280
  14. package/dist/docs/components/autosuggests.md +3 -102
  15. package/dist/docs/components/avatar.md +1 -16
  16. package/dist/docs/components/banner.md +4 -37
  17. package/dist/docs/components/barCharts.md +20 -75
  18. package/dist/docs/components/barList.md +10 -78
  19. package/dist/docs/components/basicMap.md +1 -67
  20. package/dist/docs/components/bottomSheet.md +2 -28
  21. package/dist/docs/components/button.md +12 -65
  22. package/dist/docs/components/buttonToolbar.md +5 -19
  23. package/dist/docs/components/calendarStripe.md +50 -100
  24. package/dist/docs/components/card.md +1 -9
  25. package/dist/docs/components/carousel.md +1 -14
  26. package/dist/docs/components/chartColors.md +1 -156
  27. package/dist/docs/components/chartsGettingStarted.md +1 -1
  28. package/dist/docs/components/chat.md +2 -81
  29. package/dist/docs/components/checkbox.md +11 -72
  30. package/dist/docs/components/circularProgress.md +8 -49
  31. package/dist/docs/components/clearableInput.md +3 -62
  32. package/dist/docs/components/collapse.md +2 -15
  33. package/dist/docs/components/composedCharts.md +16 -26
  34. package/dist/docs/components/contentLoader.md +7 -25
  35. package/dist/docs/components/dataTabs.md +16 -104
  36. package/dist/docs/components/datepickers.md +710 -962
  37. package/dist/docs/components/dialogs.md +5 -67
  38. package/dist/docs/components/divider.md +1 -33
  39. package/dist/docs/components/dropdowns.md +3424 -5567
  40. package/dist/docs/components/editableContent.md +4 -82
  41. package/dist/docs/components/expander.md +15 -88
  42. package/dist/docs/components/fade.md +4 -61
  43. package/dist/docs/components/fadeExpander.md +1 -7
  44. package/dist/docs/components/fadeUp.md +2 -76
  45. package/dist/docs/components/feedback.md +9 -68
  46. package/dist/docs/components/filePickers.md +4 -18
  47. package/dist/docs/components/formLabel.md +7 -27
  48. package/dist/docs/components/groupedItemList.md +2 -158
  49. package/dist/docs/components/iconList.md +7 -64
  50. package/dist/docs/components/imagePreloader.md +1 -9
  51. package/dist/docs/components/labeledElement.md +3 -18
  52. package/dist/docs/components/licensePlate.md +1 -43
  53. package/dist/docs/components/lineCharts.md +8 -39
  54. package/dist/docs/components/listMenu.md +2 -34
  55. package/dist/docs/components/loadMore.md +5 -24
  56. package/dist/docs/components/mainNavigation.md +1 -9
  57. package/dist/docs/components/mapCircle.md +1 -23
  58. package/dist/docs/components/mapCluster.md +2 -54
  59. package/dist/docs/components/mapContext.md +1 -23
  60. package/dist/docs/components/mapDraggableMarker.md +2 -28
  61. package/dist/docs/components/mapGettingStarted.md +2 -2
  62. package/dist/docs/components/mapInfoBubble.md +1 -27
  63. package/dist/docs/components/mapLayerGroup.md +1 -23
  64. package/dist/docs/components/mapMarker.md +1 -99
  65. package/dist/docs/components/mapPolygon.md +2 -116
  66. package/dist/docs/components/mapRoute.md +6 -1465
  67. package/dist/docs/components/mapRouteGenerator.md +1 -1
  68. package/dist/docs/components/mapSettings.md +11 -128
  69. package/dist/docs/components/mapUtils.md +10 -113
  70. package/dist/docs/components/multiselects.md +14 -163
  71. package/dist/docs/components/noData.md +8 -22
  72. package/dist/docs/components/notifications.md +3 -19
  73. package/dist/docs/components/numbercontrol.md +3 -47
  74. package/dist/docs/components/onboarding.md +3 -15
  75. package/dist/docs/components/page.md +1 -33
  76. package/dist/docs/components/pager.md +1 -17
  77. package/dist/docs/components/pieCharts.md +40 -71
  78. package/dist/docs/components/popover.md +1 -12
  79. package/dist/docs/components/position.md +2 -6
  80. package/dist/docs/components/radialBarCharts.md +32 -116
  81. package/dist/docs/components/radioCardGroup.md +6 -48
  82. package/dist/docs/components/radiobutton.md +6 -75
  83. package/dist/docs/components/releaseNotes.md +3 -21
  84. package/dist/docs/components/resizer.md +1 -7
  85. package/dist/docs/components/responsiveColumnStripe.md +9 -49
  86. package/dist/docs/components/responsiveVideo.md +1 -7
  87. package/dist/docs/components/rioglyph.md +1 -17
  88. package/dist/docs/components/rules.md +7 -70
  89. package/dist/docs/components/saveableInput.md +267 -401
  90. package/dist/docs/components/selects.md +27 -1164
  91. package/dist/docs/components/sidebar.md +6 -17
  92. package/dist/docs/components/sliders.md +1 -27
  93. package/dist/docs/components/smoothScrollbars.md +1 -73
  94. package/dist/docs/components/spinners.md +6 -51
  95. package/dist/docs/components/states.md +6 -92
  96. package/dist/docs/components/statsWidgets.md +1 -76
  97. package/dist/docs/components/statusBar.md +1 -57
  98. package/dist/docs/components/stepButton.md +2 -7
  99. package/dist/docs/components/steppedProgressBars.md +5 -62
  100. package/dist/docs/components/subNavigation.md +1 -31
  101. package/dist/docs/components/supportMarker.md +2 -14
  102. package/dist/docs/components/svgImage.md +1 -5
  103. package/dist/docs/components/switch.md +2 -33
  104. package/dist/docs/components/tables.md +1 -1
  105. package/dist/docs/components/tagManager.md +1 -41
  106. package/dist/docs/components/tags.md +1 -138
  107. package/dist/docs/components/teaser.md +2 -122
  108. package/dist/docs/components/textTruncateMiddle.md +2 -9
  109. package/dist/docs/components/timeline.md +1 -99
  110. package/dist/docs/components/timepicker.md +4 -79
  111. package/dist/docs/components/toggleButton.md +2 -15
  112. package/dist/docs/components/tooltip.md +9 -30
  113. package/dist/docs/components/tracker.md +2 -19
  114. package/dist/docs/components/virtualList.md +61 -130
  115. package/dist/docs/foundations.md +749 -4069
  116. package/dist/docs/start/changelog.md +5 -1
  117. package/dist/docs/start/goodtoknow.md +1 -1
  118. package/dist/docs/start/guidelines/color-combinations.md +149 -483
  119. package/dist/docs/start/guidelines/custom-css.md +1 -1
  120. package/dist/docs/start/guidelines/custom-rioglyph.md +1 -1
  121. package/dist/docs/start/guidelines/formatting.md +1 -1
  122. package/dist/docs/start/guidelines/iframe.md +4 -16
  123. package/dist/docs/start/guidelines/obfuscate-data.md +1 -1
  124. package/dist/docs/start/guidelines/print-css.md +1 -1
  125. package/dist/docs/start/guidelines/spinner.md +13 -67
  126. package/dist/docs/start/guidelines/state-in-url.md +1 -1
  127. package/dist/docs/start/guidelines/supported-browsers.md +1 -1
  128. package/dist/docs/start/guidelines/writing.md +1 -1
  129. package/dist/docs/start/howto.md +11 -11
  130. package/dist/docs/start/intro.md +1 -1
  131. package/dist/docs/start/responsiveness.md +1 -1
  132. package/dist/docs/utilities/classNames.md +3 -18
  133. package/dist/docs/utilities/deviceUtils.md +7 -13
  134. package/dist/docs/utilities/featureToggles.md +1 -1
  135. package/dist/docs/utilities/fuelTypeUtils.md +2 -12
  136. package/dist/docs/utilities/routeUtils.md +25 -343
  137. package/dist/docs/utilities/useAfterMount.md +1 -6
  138. package/dist/docs/utilities/useAutoAnimate.md +2 -15
  139. package/dist/docs/utilities/useAverage.md +1 -6
  140. package/dist/docs/utilities/useClickOutside.md +1 -5
  141. package/dist/docs/utilities/useClipboard.md +2 -6
  142. package/dist/docs/utilities/useCookies.md +2 -10
  143. package/dist/docs/utilities/useCount.md +7 -16
  144. package/dist/docs/utilities/useDarkMode.md +2 -6
  145. package/dist/docs/utilities/useDebugInfo.md +6 -20
  146. package/dist/docs/utilities/useEffectOnce.md +1 -6
  147. package/dist/docs/utilities/useElapsedTime.md +2 -6
  148. package/dist/docs/utilities/useElementSize.md +1 -7
  149. package/dist/docs/utilities/useEsc.md +1 -5
  150. package/dist/docs/utilities/useEvent.md +1 -5
  151. package/dist/docs/utilities/useFocusTrap.md +1 -5
  152. package/dist/docs/utilities/useFullscreen.md +2 -15
  153. package/dist/docs/utilities/useHover.md +1 -5
  154. package/dist/docs/utilities/useIncomingPostMessages.md +2 -18
  155. package/dist/docs/utilities/useInterval.md +2 -8
  156. package/dist/docs/utilities/useIsFocusWithin.md +1 -10
  157. package/dist/docs/utilities/useKey.md +1 -15
  158. package/dist/docs/utilities/useLocalStorage.md +2 -11
  159. package/dist/docs/utilities/useLocationSuggestions.md +1 -5
  160. package/dist/docs/utilities/useMax.md +1 -5
  161. package/dist/docs/utilities/useMin.md +1 -5
  162. package/dist/docs/utilities/useMutationObserver.md +3 -11
  163. package/dist/docs/utilities/useOnScreen.md +1 -8
  164. package/dist/docs/utilities/useOnlineStatus.md +1 -5
  165. package/dist/docs/utilities/usePostMessage.md +3 -9
  166. package/dist/docs/utilities/usePostMessageSender.md +3 -13
  167. package/dist/docs/utilities/usePrevious.md +1 -5
  168. package/dist/docs/utilities/useResizeObserver.md +3 -11
  169. package/dist/docs/utilities/useRioCookieConsent.md +1 -5
  170. package/dist/docs/utilities/useScrollPosition.md +3 -59
  171. package/dist/docs/utilities/useSearch.md +2 -16
  172. package/dist/docs/utilities/useSearchHighlight.md +13 -78
  173. package/dist/docs/utilities/useSorting.md +18 -43
  174. package/dist/docs/utilities/useStateWithValidation.md +1 -5
  175. package/dist/docs/utilities/useSum.md +1 -9
  176. package/dist/docs/utilities/useTableExport.md +42 -59
  177. package/dist/docs/utilities/useTableSelection.md +74 -119
  178. package/dist/docs/utilities/useTimeout.md +2 -6
  179. package/dist/docs/utilities/useToggle.md +4 -14
  180. package/dist/docs/utilities/useUrlState.md +2 -27
  181. package/dist/docs/utilities/useWindowResize.md +1 -5
  182. package/dist/index.mjs +46 -10
  183. package/dist/version.json +2 -2
  184. package/package.json +2 -2
  185. package/dist/docs/templates/common-table.md +0 -1112
  186. package/dist/docs/templates/detail-views.md +0 -942
  187. package/dist/docs/templates/expandable-details.md +0 -228
  188. package/dist/docs/templates/feature-cards.md +0 -549
  189. package/dist/docs/templates/form-summary.md +0 -199
  190. package/dist/docs/templates/form-toggle.md +0 -367
  191. package/dist/docs/templates/list-blocks.md +0 -1021
  192. package/dist/docs/templates/loading-progress.md +0 -109
  193. package/dist/docs/templates/options-panel.md +0 -152
  194. package/dist/docs/templates/panel-variants.md +0 -164
  195. package/dist/docs/templates/progress-cards.md +0 -607
  196. package/dist/docs/templates/progress-success.md +0 -142
  197. package/dist/docs/templates/settings-form.md +0 -434
  198. package/dist/docs/templates/stats-blocks.md +0 -1381
  199. package/dist/docs/templates/table-panel.md +0 -184
  200. package/dist/docs/templates/table-row-animation.md +0 -317
  201. package/dist/docs/templates/usage-cards.md +0 -227
@@ -1,142 +0,0 @@
1
- # Progress success
2
-
3
- *Category:* Templates
4
- *Section:* Progress
5
- *Source:* https://uikit.developers.rio.cloud/#/templates/progress-success
6
- *Captured:* 2026-02-23T15:49:40.569Z
7
-
8
- ## Progress success
9
-
10
- ### Example: Diam nonummy
11
-
12
- Lorem ipsum dolor sit amet
13
- Diam nonummy
14
- Consetetur sadipscing
15
- Voluptua
16
- Eirmod tempor
17
- Eum iriure
18
- 500
19
- Sanctus
20
- No sea takimata
21
- Vulputate
22
- Tempor invidunt
23
- Duis autem vel eum
24
-
25
- #### Summary
26
-
27
- Lorem ipsum dolor sit amet
28
- Diam nonummy
29
- Consetetur sadipscing
30
- Voluptua
31
- Eirmod tempor
32
- Eum iriure
33
- 500
34
- Sanctus
35
- No sea takimata
36
- Vulputate
37
- Tempor invidunt
38
- Duis autem vel eum
39
-
40
- #### React (tsx)
41
-
42
- ```tsx
43
- import FormLabel from '@rio-cloud/rio-uikit/FormLabel';
44
-
45
- export default () => {
46
- return (
47
- <div className='max-width-500 margin-auto'>
48
- <div className='display-grid place-items-center margin-y-25 margin-x-25-sm'>
49
- <div className='width-100pct max-width-500'>
50
- <div className='panel panel-default position-relative'>
51
- <div
52
- className={
53
- 'position-absolute top-0pct left-50pct translate-x-50pct-y-50pct ' +
54
- 'border rounded-circle width-60 height-60 display-grid place-items-center bg-white'
55
- }
56
- >
57
- <span className='rioglyph rioglyph-ok text-color-success text-size-16 scale-150' />
58
- </div>
59
- <div className='panel-body padding-10 padding-25-ls'>
60
- <div className='border border-bottom-only padding-x-20 padding-top-25 padding-bottom-15 text-center'>
61
- <span className='text-color-success text-size-20'>Lorem ipsum dolor sit amet</span>
62
- </div>
63
- <div className='padding-10 padding-20-ls'>
64
- <div className='display-grid grid-cols-2 gap-20 padding-10 padding-15-ls'>
65
- <FormLabel className='text-right margin-0 line-height-20'>Diam nonummy</FormLabel>
66
- <span>Consetetur sadipscing</span>
67
- </div>
68
- <div className='display-grid grid-cols-2 gap-20 padding-10 padding-15-ls'>
69
- <FormLabel className='text-right margin-0 line-height-20'>Voluptua</FormLabel>
70
- <span>Eirmod tempor</span>
71
- </div>
72
- <div className='display-grid grid-cols-2 gap-20 padding-10 padding-15-ls'>
73
- <FormLabel className='text-right margin-0 line-height-20'>Eum iriure</FormLabel>
74
- <span>500</span>
75
- </div>
76
- <div className='display-grid grid-cols-2 gap-20 padding-10 padding-15-ls'>
77
- <FormLabel className='text-right margin-0 line-height-20'>Sanctus</FormLabel>
78
- <span className='text-medium'>No sea takimata</span>
79
- </div>
80
- <div className='display-grid grid-cols-2 gap-20 padding-10 padding-15-ls'>
81
- <FormLabel className='text-right margin-0 line-height-20'>Vulputate</FormLabel>
82
- <div>
83
- <div>Tempor invidunt</div>
84
- <div className='margin-top-5 text-color-gray'>Duis autem vel eum</div>
85
- </div>
86
- </div>
87
- </div>
88
- </div>
89
- </div>
90
- </div>
91
- </div>
92
- </div>
93
- );
94
- };
95
- ```
96
-
97
- #### HTML (html)
98
-
99
- ```html
100
- <div class="max-width-500 margin-auto">
101
- <div class="display-grid place-items-center margin-y-25 margin-x-25-sm">
102
- <div class="width-100pct max-width-500">
103
- <div class="panel panel-default position-relative">
104
- <div class="position-absolute top-0pct left-50pct translate-x-50pct-y-50pct border rounded-circle width-60 height-60 display-grid place-items-center bg-white">
105
- <span class="rioglyph rioglyph-ok text-color-success text-size-16 scale-150">
106
- </span>
107
- </div>
108
- <div class="panel-body padding-10 padding-25-ls">
109
- <div class="border border-bottom-only padding-x-20 padding-top-25 padding-bottom-15 text-center">
110
- <span class="text-color-success text-size-20">Lorem ipsum dolor sit amet</span>
111
- </div>
112
- <div class="padding-10 padding-20-ls">
113
- <div class="display-grid grid-cols-2 gap-20 padding-10 padding-15-ls">
114
- <div class="text-color-dark max-width-100pct text-size-12 display-inline-block margin-bottom-5 text-right margin-0 line-height-20">Diam nonummy</div>
115
- <span>Consetetur sadipscing</span>
116
- </div>
117
- <div class="display-grid grid-cols-2 gap-20 padding-10 padding-15-ls">
118
- <div class="text-color-dark max-width-100pct text-size-12 display-inline-block margin-bottom-5 text-right margin-0 line-height-20">Voluptua</div>
119
- <span>Eirmod tempor</span>
120
- </div>
121
- <div class="display-grid grid-cols-2 gap-20 padding-10 padding-15-ls">
122
- <div class="text-color-dark max-width-100pct text-size-12 display-inline-block margin-bottom-5 text-right margin-0 line-height-20">Eum iriure</div>
123
- <span>500</span>
124
- </div>
125
- <div class="display-grid grid-cols-2 gap-20 padding-10 padding-15-ls">
126
- <div class="text-color-dark max-width-100pct text-size-12 display-inline-block margin-bottom-5 text-right margin-0 line-height-20">Sanctus</div>
127
- <span class="text-medium">No sea takimata</span>
128
- </div>
129
- <div class="display-grid grid-cols-2 gap-20 padding-10 padding-15-ls">
130
- <div class="text-color-dark max-width-100pct text-size-12 display-inline-block margin-bottom-5 text-right margin-0 line-height-20">Vulputate</div>
131
- <div>
132
- <div>Tempor invidunt</div>
133
- <div class="margin-top-5 text-color-gray">Duis autem vel eum</div>
134
- </div>
135
- </div>
136
- </div>
137
- </div>
138
- </div>
139
- </div>
140
- </div>
141
- </div>
142
- ```
@@ -1,434 +0,0 @@
1
- # Form blocks
2
-
3
- *Category:* Templates
4
- *Section:* Forms
5
- *Source:* https://uikit.developers.rio.cloud/#/templates/settings-form
6
- *Captured:* 2026-02-23T15:49:38.296Z
7
-
8
- ## Form blocks
9
-
10
- ### Example: This name will appear on your team profile page
11
-
12
- SettingsCompany display name
13
- This name will appear on your team profile page
14
-
15
- About the team
16
- Write a short summary about your organization or group (max 240 characters).
17
-
18
- User-centric stable moratorium
19
-
20
- Company email
21
- Your contact email address for customer communication
22
-
23
- Display email on team page
24
-
25
- Office location
26
- Primary business address used for official correspondence
27
-
28
- NevadaNevada
29
- Alabama
30
-
31
- Central African RepublicCentral African Republic
32
- Guatemala
33
-
34
- Preferred currency
35
- All pricing and payouts will be shown in this currency
36
-
37
- EUR - EuroUSD - US Dollar
38
- EUR - Euro
39
- GBP - British Pound
40
-
41
- DiscardApply changes
42
-
43
- #### Summary
44
-
45
- SettingsCompany display name
46
- This name will appear on your team profile page
47
-
48
- About the team
49
- Write a short summary about your organization or group (max 240 characters).
50
-
51
- User-centric stable moratorium
52
-
53
- Company email
54
- Your contact email address for customer communication
55
-
56
- Display email on team page
57
-
58
- Office location
59
- Primary business address used for official correspondence
60
-
61
- NevadaNevada
62
- Alabama
63
-
64
- Central African RepublicCentral African Republic
65
- Guatemala
66
-
67
- Preferred currency
68
- All pricing and payouts will be shown in this currency
69
-
70
- EUR - EuroUSD - US Dollar
71
- EUR - Euro
72
- GBP - British Pound
73
-
74
- DiscardApply changes
75
-
76
- #### React (tsx)
77
-
78
- ```tsx
79
- import { faker } from '@faker-js/faker';
80
-
81
- import Button from '@rio-cloud/rio-uikit/Button';
82
- import ButtonToolbar from '@rio-cloud/rio-uikit/ButtonToolbar';
83
- import ClearableInput from '@rio-cloud/rio-uikit/ClearableInput';
84
- import Checkbox from '@rio-cloud/rio-uikit/Checkbox';
85
- import Divider from '@rio-cloud/rio-uikit/Divider';
86
- import Select from '@rio-cloud/rio-uikit/Select';
87
-
88
- export default () => {
89
- return (
90
- <div className='margin-25-md'>
91
- <section className='padding-25-ls max-width-800 margin-auto'>
92
- <fieldset>
93
- <legend className='text-size-h2'>Settings</legend>
94
-
95
- <form className='display-grid-md grid-cols-2-md row-gap-25 margin-top-25'>
96
- <section className='display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25'>
97
- <div>
98
- <div className='text-size-16 text-medium'>Company display name</div>
99
- <p className='text-wrap-balance text-color-dark'>
100
- This name will appear on your team profile page
101
- </p>
102
- </div>
103
- <div className='form-group'>
104
- <ClearableInput value={faker.company.name()} />
105
- </div>
106
- </section>
107
-
108
- <div className='grid-colspan-2'>
109
- <Divider dividerColor='lighter' />
110
- </div>
111
-
112
- <section className='display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25'>
113
- <div>
114
- <div className='text-size-16 text-medium'>About the team</div>
115
- <p className='text-wrap-balance text-color-dark'>
116
- Write a short summary about your organization or group (max 240 characters).
117
- </p>
118
- </div>
119
- <div className='form-group'>
120
- <textarea
121
- className='form-control'
122
- rows={4}
123
- defaultValue={faker.company.catchPhrase()}
124
- />
125
- </div>
126
- </section>
127
-
128
- <div className='grid-colspan-2'>
129
- <Divider dividerColor='lighter' />
130
- </div>
131
-
132
- <section className='display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25'>
133
- <div>
134
- <div className='text-size-16 text-medium'>Company email</div>
135
- <p className='text-wrap-balance text-color-dark'>
136
- Your contact email address for customer communication
137
- </p>
138
- </div>
139
- <div className='form-group'>
140
- <ClearableInput type='email' value={faker.internet.email()} />
141
- <Checkbox className='margin-top-15' defaultChecked>
142
- Display email on team page
143
- </Checkbox>
144
- </div>
145
- </section>
146
-
147
- <div className='grid-colspan-2'>
148
- <Divider dividerColor='lighter' />
149
- </div>
150
-
151
- <section className='display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25'>
152
- <div>
153
- <div className='text-size-16 text-medium'>Office location</div>
154
- <p className='text-wrap-balance text-color-dark'>
155
- Primary business address used for official correspondence
156
- </p>
157
- </div>
158
- <div className='form-group display-flex flex-column gap-15'>
159
- <ClearableInput value={faker.location.streetAddress()} placeholder='Street address' />
160
- <ClearableInput value={faker.location.city()} placeholder='City' />
161
- <div className='display-flex gap-15'>
162
- <Select
163
- options={[
164
- { id: '1', label: faker.location.state(), selected: true },
165
- { id: '2', label: faker.location.state() },
166
- ]}
167
- />
168
- <ClearableInput value={faker.location.zipCode()} placeholder='Zip code' />
169
- </div>
170
- <Select
171
- options={[
172
- { id: '1', label: faker.location.country(), selected: true },
173
- { id: '2', label: faker.location.country() },
174
- ]}
175
- />
176
- </div>
177
- </section>
178
-
179
- <div className='grid-colspan-2'>
180
- <Divider dividerColor='lighter' />
181
- </div>
182
-
183
- <section className='display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25'>
184
- <div>
185
- <div className='text-size-16 text-medium'>Preferred currency</div>
186
- <p className='text-wrap-balance text-color-dark'>
187
- All pricing and payouts will be shown in this currency
188
- </p>
189
- </div>
190
- <div className='form-group'>
191
- <Select
192
- options={[
193
- { id: '1', label: 'USD - US Dollar' },
194
- { id: '2', label: 'EUR - Euro', selected: true },
195
- { id: '3', label: 'GBP - British Pound' },
196
- ]}
197
- />
198
- </div>
199
- </section>
200
-
201
- <div className='grid-colspan-2'>
202
- <Divider dividerColor='lighter' />
203
- </div>
204
-
205
- <section className='grid-colspan-2'>
206
- <ButtonToolbar alignment='right'>
207
- <Button bsStyle='muted-filled'>Discard</Button>
208
- <Button type='submit' bsStyle='primary'>
209
- Apply changes
210
- </Button>
211
- </ButtonToolbar>
212
- </section>
213
- </form>
214
- </fieldset>
215
- </section>
216
- </div>
217
- );
218
- };
219
- ```
220
-
221
- #### HTML (html)
222
-
223
- ```html
224
- <div class="margin-25-md">
225
- <section class="padding-25-ls max-width-800 margin-auto">
226
- <fieldset>
227
- <legend class="text-size-h2">Settings</legend>
228
- <form class="display-grid-md grid-cols-2-md row-gap-25 margin-top-25">
229
- <section class="display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25">
230
- <div>
231
- <div class="text-size-16 text-medium">Company display name</div>
232
- <p class="text-wrap-balance text-color-dark">This name will appear on your team profile page</p>
233
- </div>
234
- <div class="form-group">
235
- <div class="ClearableInput input-group">
236
- <input class="form-control withClearButton" type="text" tabindex="0" value="Green and Sons">
237
- <span class="clearButton">
238
- <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
239
- </span>
240
- </span>
241
- </div>
242
- </div>
243
- </section>
244
- <div class="grid-colspan-2">
245
- <div class="Divider position-relative width-100pct" style="padding-top: 15px; padding-bottom: 15px;">
246
- <div class="divider-line bg-lighter" style="width: 100%; height: 1px;">
247
- </div>
248
- </div>
249
- </div>
250
- <section class="display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25">
251
- <div>
252
- <div class="text-size-16 text-medium">About the team</div>
253
- <p class="text-wrap-balance text-color-dark">Write a short summary about your organization or group (max 240 characters).</p>
254
- </div>
255
- <div class="form-group">
256
- <textarea class="form-control" rows="4">User-centric stable moratorium</textarea>
257
- </div>
258
- </section>
259
- <div class="grid-colspan-2">
260
- <div class="Divider position-relative width-100pct" style="padding-top: 15px; padding-bottom: 15px;">
261
- <div class="divider-line bg-lighter" style="width: 100%; height: 1px;">
262
- </div>
263
- </div>
264
- </div>
265
- <section class="display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25">
266
- <div>
267
- <div class="text-size-16 text-medium">Company email</div>
268
- <p class="text-wrap-balance text-color-dark">Your contact email address for customer communication</p>
269
- </div>
270
- <div class="form-group">
271
- <div class="ClearableInput input-group">
272
- <input class="form-control withClearButton" type="email" tabindex="0" value="Francisco33@gmail.com">
273
- <span class="clearButton">
274
- <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
275
- </span>
276
- </span>
277
- </div>
278
- <label class="checkbox margin-top-15" tabindex="0">
279
- <input type="checkbox" class="margin-top-15" checked="">
280
- <span class="checkbox-text">
281
- <span>Display email on team page</span>
282
- </span>
283
- </label>
284
- </div>
285
- </section>
286
- <div class="grid-colspan-2">
287
- <div class="Divider position-relative width-100pct" style="padding-top: 15px; padding-bottom: 15px;">
288
- <div class="divider-line bg-lighter" style="width: 100%; height: 1px;">
289
- </div>
290
- </div>
291
- </div>
292
- <section class="display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25">
293
- <div>
294
- <div class="text-size-16 text-medium">Office location</div>
295
- <p class="text-wrap-balance text-color-dark">Primary business address used for official correspondence</p>
296
- </div>
297
- <div class="form-group display-flex flex-column gap-15">
298
- <div class="ClearableInput input-group">
299
- <input placeholder="Street address" class="form-control withClearButton" type="text" tabindex="0" value="6128 Orchard Drive">
300
- <span class="clearButton">
301
- <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
302
- </span>
303
- </span>
304
- </div>
305
- <div class="ClearableInput input-group">
306
- <input placeholder="City" class="form-control withClearButton" type="text" tabindex="0" value="Westshire">
307
- <span class="clearButton">
308
- <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
309
- </span>
310
- </span>
311
- </div>
312
- <div class="display-flex gap-15">
313
- <div class="select dropdown dropup">
314
- <button type="button" class="dropdown-toggle form-control text-left" data-toggle="dropdown" tabindex="0" aria-haspopup="true" aria-expanded="false">
315
- <span class="selected-option-text">Nevada</span>
316
- <span class="clearButton hide pointer-events-none">
317
- <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
318
- </span>
319
- </span>
320
- <span class="caret">
321
- </span>
322
- </button>
323
- <ul class="dropdown-menu" role="menu">
324
- <li class="" role="listitem">
325
- <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="1" data-item-index="0">
326
- <span class="selected-option-dropdown-item">Nevada</span>
327
- <input type="hidden" value="1">
328
- </a>
329
- </li>
330
- <li class="" role="listitem">
331
- <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="2" data-item-index="1">
332
- <span class="selected-option-dropdown-item">Alabama</span>
333
- <input type="hidden" value="2">
334
- </a>
335
- </li>
336
- </ul>
337
- </div>
338
- <div class="ClearableInput input-group">
339
- <input placeholder="Zip code" class="form-control withClearButton" type="text" tabindex="0" value="88225">
340
- <span class="clearButton">
341
- <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
342
- </span>
343
- </span>
344
- </div>
345
- </div>
346
- <div class="select dropdown dropup">
347
- <button type="button" class="dropdown-toggle form-control text-left" data-toggle="dropdown" tabindex="0" aria-haspopup="true" aria-expanded="false">
348
- <span class="selected-option-text">Central African Republic</span>
349
- <span class="clearButton hide pointer-events-none">
350
- <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
351
- </span>
352
- </span>
353
- <span class="caret">
354
- </span>
355
- </button>
356
- <ul class="dropdown-menu" role="menu">
357
- <li class="" role="listitem">
358
- <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="1" data-item-index="0">
359
- <span class="selected-option-dropdown-item">Central African Republic</span>
360
- <input type="hidden" value="1">
361
- </a>
362
- </li>
363
- <li class="" role="listitem">
364
- <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="2" data-item-index="1">
365
- <span class="selected-option-dropdown-item">Guatemala</span>
366
- <input type="hidden" value="2">
367
- </a>
368
- </li>
369
- </ul>
370
- </div>
371
- </div>
372
- </section>
373
- <div class="grid-colspan-2">
374
- <div class="Divider position-relative width-100pct" style="padding-top: 15px; padding-bottom: 15px;">
375
- <div class="divider-line bg-lighter" style="width: 100%; height: 1px;">
376
- </div>
377
- </div>
378
- </div>
379
- <section class="display-grid-md grid-cols-subgrid grid-column-start-1 grid-column-end-3 gap-25">
380
- <div>
381
- <div class="text-size-16 text-medium">Preferred currency</div>
382
- <p class="text-wrap-balance text-color-dark">All pricing and payouts will be shown in this currency</p>
383
- </div>
384
- <div class="form-group">
385
- <div class="select dropdown dropup">
386
- <button type="button" class="dropdown-toggle form-control text-left" data-toggle="dropdown" tabindex="0" aria-haspopup="true" aria-expanded="false">
387
- <span class="selected-option-text">EUR - Euro</span>
388
- <span class="clearButton hide pointer-events-none">
389
- <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
390
- </span>
391
- </span>
392
- <span class="caret">
393
- </span>
394
- </button>
395
- <ul class="dropdown-menu" role="menu">
396
- <li class="" role="listitem">
397
- <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="1" data-item-index="0">
398
- <span class="selected-option-dropdown-item">USD - US Dollar</span>
399
- <input type="hidden" value="1">
400
- </a>
401
- </li>
402
- <li class="" role="listitem">
403
- <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="2" data-item-index="1">
404
- <span class="selected-option-dropdown-item">EUR - Euro</span>
405
- <input type="hidden" value="2">
406
- </a>
407
- </li>
408
- <li class="" role="listitem">
409
- <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="3" data-item-index="2">
410
- <span class="selected-option-dropdown-item">GBP - British Pound</span>
411
- <input type="hidden" value="3">
412
- </a>
413
- </li>
414
- </ul>
415
- </div>
416
- </div>
417
- </section>
418
- <div class="grid-colspan-2">
419
- <div class="Divider position-relative width-100pct" style="padding-top: 15px; padding-bottom: 15px;">
420
- <div class="divider-line bg-lighter" style="width: 100%; height: 1px;">
421
- </div>
422
- </div>
423
- </div>
424
- <section class="grid-colspan-2">
425
- <div class="btn-toolbar justify-content-end">
426
- <button type="button" class="btn btn-muted-filled btn-component" tabindex="0">Discard</button>
427
- <button type="submit" class="btn btn-primary btn-component" tabindex="0">Apply changes</button>
428
- </div>
429
- </section>
430
- </form>
431
- </fieldset>
432
- </section>
433
- </div>
434
- ```