You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-60
Original file line number
Diff line number
Diff line change
@@ -144,66 +144,6 @@ Click a component/package below to go to the documentation. (Note that this docu
144
144
145
145
- Labels and icons are named exports in the components that use them, or you can use the 'Label' and 'Icon' exports from '@smui/common'. (Except for chips labels and icons, textfield icons, and select icons, because they are special snowflakes.)
146
146
147
-
# Migration to Runes
148
-
149
-
Svelte 5 Runes mode is being migrated to slowly. This is the todo list of components as they are migrated.
150
-
151
-
-[x] Accordion
152
-
- Action Buttons
153
-
-[x] Button
154
-
-[x] Floating Action Button
155
-
-[x] Icon Button
156
-
- App Bars
157
-
-[x] Bottom App Bar
158
-
-[x] Top App Bar
159
-
-[x] Badge
160
-
-[x] Banner
161
-
-[x] Card
162
-
-[x] Common
163
-
-[x] Data Table
164
-
-[x] Dialog
165
-
-[x] Drawer
166
-
-[x] Image List
167
-
- Inputs and Controls
168
-
-[x] Autocomplete
169
-
-[x] Checkbox
170
-
-[x] Chips
171
-
-[x] Chip Input
172
-
-[x] Floating Label
173
-
-[x] Form Field
174
-
-[x] Line Ripple
175
-
-[x] Notched Outline
176
-
-[x] Radio Button
177
-
-[x] Segmented Button
178
-
-[x] Select Menu
179
-
-[x] Select Helper Text
180
-
-[x] Select Icon
181
-
-[x] Slider
182
-
-[x] Switch
183
-
-[x] Text Field
184
-
-[x] Text Field Character Counter
185
-
-[x] Text Field Helper Text
186
-
-[x] Text Field Icon
187
-
-[x] Layout Grid
188
-
-[x] List
189
-
-[x] Menu Surface
190
-
-[x] Menu
191
-
-[x] Paper
192
-
- Progress Indicators
193
-
-[x] Circular Progress
194
-
-[x] Linear Progress
195
-
-[x] Snackbar
196
-
-[x] Kitchen
197
-
- Tabs
198
-
-[x] Tab
199
-
-[x] Tab Bar
200
-
-[x] Tooltip
201
-
-[x] Touch Target
202
-
203
-
Note to Devs: update `indexOf()` on any `$state` array to `findIndex()`.
204
-
205
-
Note to Devs: remove `x = x;` statements after `push()` and the like. They aren't needed anymore with Svelte 5's new $state rune.
0 commit comments