rbro-tat-uds 1.0.29 → 1.0.30
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/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +6 -0
package/package.json
CHANGED
package/readme.md
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
Nice to follow:
|
2
|
+
|
3
|
+
- Componentele "atom"/reutilizabile (Button, Icon, Label etc.) au documentate in storybook prop-urile ce fac sens a fi folosite sau sunt manipulate/conditionate in definitia componentei, iar restul preluate si transmise mai departe cu {...props}
|
4
|
+
- Pentru componentele ce grupeaza alte componente (ProductShortcut, ConfigurationSaveInfo etc.), sa foloseasca pentru props-urile componentelor din interior naming de genul: "buttonOnClick"/"buttonLabel" <=> "componentName+componentPropName"
|
5
|
+
- Pentru componentele ce contin slots, sa se foloseasca metoda de named childrens (sau cum se numeste ea) (cea folosita deja la Sidebar)
|
6
|
+
- Sa incercam pe cat posibil sa fim 1:1 cu figma si dpdv styling si dpdv props, iar daca nu se poate, sa semnalizam pentru a avea docs din figma 1:1 cu ce expune storybook.
|