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
- actions, isAboveMobile, isAboveTablet, setNotice to index.js so they can be imported directly
13
+
-$$props.class to Fab, TextArea, Select, Checkbox, Datatable, Dialog.Simple, Dialog.Alert, Tooltip, Snackbar, TabBar and List so they can accept global classes
14
+
- barColorProvided to Progress.Linear to allow bypass of bar-color class when no color is provided
15
+
- bgColorIsVariant to TopAppBar to allow bypass of bg-color-variant if no color is provided
16
+
- README: Theming, Drawer example, CSS utility classes and Storybook url.
17
+
- Storybook for showcasing components at https://silinternational.github.io/ui-components/
18
+
19
+
### Fixed
20
+
- README: import from '@silintl/ui-components' not 'ui-components'
If you are using an MDC theme https://material.io/develop/web/docs/theming and typography https://material.io/develop/web/components/typography then import your _index.scss file to the App.svelte file so they get applied to the ui-components.
133
142
134
-
### Example template
135
-
Here is a template with more examples of how to use components.
Try out our components at https://silinternational.github.io/ui-components/
183
+
184
+
### CSS utility classes
185
+
Classes from [global.css](https://github.com/silinternational/ui-components/blob/develop/components/global.css) can be applied to all components and even components and elements from your app.
137
186
138
-
It was buit from https://github.com/sveltejs/template
187
+
### theming
188
+
If you are using an [MDC theme](https://material.io/develop/web/docs/theming) and [typography](https://material.io/develop/web/components/typography) then import your _index.scss file to the App.svelte file so they get applied to the ui-components.
0 commit comments