@kizmann/nano-ui 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm install @kizmann/nano-ui [or] yarn add @kizmann/nano-ui
23
23
 
24
24
  This package is dependent of [@kizmann/pico-js](https://github.com/vankizmann/pico-js) as well as [moment](https://github.com/moment/moment).
25
25
 
26
- ### CDN Usage
26
+ ### Global Usage
27
27
 
28
28
  ```html
29
29
  <script src="//unpkg.com/@kizmann/nano-ui@latest/dist/nano-ui.js"></script>
@@ -92,116 +92,3 @@ When using VS Code with the ES5 fix from above you need to create or add to your
92
92
  }
93
93
  }
94
94
  ```
95
-
96
- ### Input Elements
97
- These are the html replacements for input, button, etc.
98
-
99
- [NButton](#coming-soon)<br>
100
- Classic button
101
-
102
-
103
- [NInpt](#coming-soon)<br>
104
- Classic input field
105
-
106
-
107
- [NTextarea](#coming-soon)<br>
108
- Classic textarea
109
-
110
-
111
- [NInputNumber](#coming-soon)<br>
112
- Number input with steps and formats
113
-
114
-
115
- [NSelect](#coming-soon)<br>
116
- Single or multiselect field
117
-
118
-
119
- [NCascader](#coming-soon)<br>
120
- Tree select box
121
-
122
-
123
- [NCheckbox](#coming-soon)<br>
124
- Classic checkbox or grouped checkboxes
125
-
126
-
127
- [NRadio](#coming-soon)<br>
128
- Classic radio groups
129
-
130
-
131
- [NSwitch](#coming-soon)<br>
132
- On/off toggle like on iOS
133
-
134
-
135
- [NDatepicker](#coming-soon)<br>
136
- Datepicker for single or daterange
137
-
138
-
139
- [NTimepicker](#coming-soon)<br>
140
- Regular timepicker
141
-
142
-
143
- [NDatetimepicker (WIP)](#coming-soon)<br>
144
- *Description following soon*
145
-
146
-
147
- [NTransfer](#coming-soon)<br>
148
- Transfers items into a list, also supports drag and drop
149
-
150
- ### List Elements
151
- These are components which are used to disaplay items.
152
-
153
- [NDraglist](#coming-soon)<br>
154
- Drag and drop list with tree support
155
-
156
- [NDraggrid](#coming-soon)<br>
157
- Drag and drop grid with virtual scrolling
158
-
159
- [NTable](#coming-soon)<br>
160
- Drag and drop table with tree support
161
-
162
-
163
- [NPaginator](#coming-soon)<br>
164
- *Description following soon*
165
-
166
- ### Overlay Elements
167
- These components display information above your application layer.
168
-
169
- [NPopover](#coming-soon)<br>
170
- Popover element (tooltip e.g.)
171
-
172
-
173
- [NModal](#coming-soon)<br>
174
- Classic modal component
175
-
176
-
177
- [NConfirm](#coming-soon)<br>
178
- Confirmation box
179
-
180
-
181
- [Notify](#coming-soon)<br>
182
- Notification popup
183
-
184
- ### Other Elements
185
- These components display information above your application layer.
186
-
187
- [NForm](#coming-soon)<br>
188
- *Description following soon*
189
-
190
-
191
- [NTabs](#coming-soon)<br>
192
- *Description following soon*
193
-
194
-
195
- [NLoader](#coming-soon)<br>
196
- *Description following soon*
197
-
198
- [NMap](#coming-soon)<br>
199
- *Description following soon*
200
-
201
-
202
- [NScrollbar](#coming-soon)<br>
203
- *Description following soon*
204
-
205
-
206
- [NVirtualscroller](#coming-soon)<br>
207
- *Description following soon*