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
- use $$restProps API (requires Svelte version >=3.20)
137
+
- use \$\$restProps API (requires Svelte version >=3.20)
127
138
- upgrade `carbon-icons-svelte` to version >=10.13.0
128
139
- use svelte class:{value} API instead of `cx`
129
140
- add ref prop to "interactive" components like text inputs, anchor links... ([Issue #196](https://github.com/IBM/carbon-components-svelte/issues/196))
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ The quickest way to get started is to customize a template from the [examples](e
21
21
22
22
Example set-ups demonstrate usage with popular application bundlers and frameworks. They feature a mix of Singe-page Applications (SPA), Server-side rendering (SSR) and statically exported approaches.
23
23
24
-
-**[rollup](examples/rollup/)**: SPA bundled using [Rollup](https://github.com/rollup/rollup)
25
-
-**[rollup-typescript](examples/rollup-typescript/)**: SPA bundled using [Rollup](https://github.com/rollup/rollup) with TypeScript support
26
-
-**[routify](examples/routify/)**: SPA + static export using [Routify](https://github.com/roxiness/routify)
27
-
-**[sapper](examples/sapper/)**: SSR + static export using [Sapper](https://github.com/sveltejs/sapper)
28
-
-**[svite](examples/svite/)**: SPA developed with Svite, bundled with [Rollup](https://github.com/rollup/rollup)
29
-
-**[webpack](examples/webpack/)**: SPA bundled with [webpack](https://github.com/webpack/webpack)
24
+
-**[examples/rollup](examples/rollup/)**: SPA bundled using [Rollup](https://github.com/rollup/rollup)
25
+
-**[examples/rollup-typescript](examples/rollup-typescript/)**: SPA bundled using [Rollup](https://github.com/rollup/rollup) with TypeScript support
26
+
-**[examples/routify](examples/routify/)**: SPA + static export using [Routify](https://github.com/roxiness/routify)
27
+
-**[examples/sapper](examples/sapper/)**: SSR + static export using [Sapper](https://github.com/sveltejs/sapper)
28
+
-**[examples/svite](examples/svite/)**: SPA developed with Svite, bundled with [Rollup](https://github.com/rollup/rollup)
29
+
-**[examples/webpack](examples/webpack/)**: SPA bundled with [webpack](https://github.com/webpack/webpack)
0 commit comments