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
- Add `transition` prop to UI Shell `HeaderAction` to customize panel slide transition; by default, the slide duration is `200`ms ([PR #419](https://github.com/IBM/carbon-components-svelte/pull/419), [issue #384](https://github.com/IBM/carbon-components-svelte/issues/384))
16
+
17
+
**Fixes**
18
+
19
+
- fix `Files` type for FileUploader ([PR #422](https://github.com/IBM/carbon-components-svelte/pull/422), [issue #421](https://github.com/IBM/carbon-components-svelte/issues/421))
20
+
- remove the fly transition from HamburgerMenu ([PR #419](https://github.com/IBM/carbon-components-svelte/pull/419), [issue #384](https://github.com/IBM/carbon-components-svelte/issues/384))
21
+
22
+
**Documentation**
23
+
24
+
- add ["Padded columns"](https://carbon-svelte.vercel.app/components/Grid#padded-columns) example to Grid docs
25
+
- demo different transitions in ["Header with app switcher"](https://carbon-svelte.vercel.app/components/UIShell#header-with-app-switcher) example in UI Shell
26
+
- describe use case for [using native styles in OrderedList](https://carbon-svelte.vercel.app/components/OrderedList#native-list-styles)
27
+
28
+
**Housekeeping**
29
+
30
+
- pin development dependency `sveld` to version 0.3.0
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,25 @@
5
5

6
6
[![Build][build]][build-badge]
7
7
8
-
carbon-components-svelte is a Svelte component library that implements the [Carbon Design System](https://github.com/carbon-design-system), an open source design system by IBM.
8
+
Carbon Components Svelte is a [Svelte](https://github.com/sveltejs/svelte) component library that implements the [Carbon Design System](https://github.com/carbon-design-system), an open source design system by IBM.
9
9
10
-
A design system can facilitate frontend development and prototyping because it encourages reuse, consistency, and extensibility.
10
+
Design systems facilitate design and development through reuse, consistency, and extensibility.
11
+
12
+
The Carbon Svelte portfolio also includes:
13
+
14
+
-**[Carbon Icons Svelte](https://github.com/IBM/carbon-icons-svelte)**: 5800+ Carbon icons as Svelte components
15
+
-**[Carbon Pictograms Svelte](https://github.com/IBM/carbon-pictograms-svelte)**: 600+ Carbon pictograms as Svelte components
16
+
-**[Carbon Charts Svelte](https://github.com/carbon-design-system/carbon-charts/tree/master/packages/svelte)**: 16 chart types, powered by d3
11
17
12
18
## [Documentation](http://ibm.biz/carbon-svelte)
13
19
14
-
<ahref="https://www.vercel.com?utm_source=carbon-components-svelte&utm_campaign=oss"target="_blank"><imgheight="32px"src="./docs/public/powered-by-vercel.svg"alt="Deploys by Vercel" /></a>
20
+
<ahref="https://www.vercel.com?utm_source=carbon-components-svelte&utm_campaign=oss"target="_blank"><imgheight="34px"src="./docs/public/powered-by-vercel.svg"alt="Deploys by Vercel" /></a>
21
+
22
+
The [documentation website](http://ibm.biz/carbon-svelte) contains live demos and examples. Other forms of documentation are auto-generated:
23
+
24
+
-**[Component Index](COMPONENT_INDEX.md)**: Markdown file documenting component props, slots, and events
0 commit comments