asma-ui-core 3.13.1 → 3.13.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 +1 -1
- package/dist/asma-ui-core.es.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
- When creating components that consists of several components, each component should be styled.
|
|
6
6
|
- Each components that is used to create a "composed" component should be styled, and remember to check if the component alread is styled.
|
|
7
|
-
- When creating a "composed component"
|
|
7
|
+
- When creating a "composed component" evalute if it's really needed to create a composed component, or just document how to use the styled components.
|
|
8
8
|
- MUI often has documentation on how to create composed components.
|
|
9
9
|
|
|
10
10
|
## Documentation and testing
|