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
Tõnis Tobre edited this page Apr 29, 2024
·
32 revisions
TEDI eesmärk on luua ühtne disainisüsteem. Selle ümber konkreetne ja üheselt mõistetav protsess ja reeglistik arvestades sellega, et TEDI eesmärk on open-source disainisüsteem, mille arendajad on TEHIK, TEHIKu arenduspartnerid ning üldiselt ka community laiemalt.
Disainisüsteemi kandev idee on ära lahendada kõik kõige universaalsemad ja rakenduste üleselt kasutatavad komponendid. TEDI jaguneb kaheks: Community komponentideks ning TEDI-READY komponentideks.
Usage
npm i @tehik-ee/tedi-design-system
Migration from old Disainipease component lib to TEDI
Removem old dependency from package.json: @tehik/react-components
Installi TEDI komponent lib
npm i @tehik-ee/tedi-design-system
Find and replace from all files in project: "from '@tehik/react-components'" and replace "from '@tehik-ee/tedi-design-system/community'" (from is important to replace only import statements)
In addition you need to change style location as well: "import '@tehik/react-components/index.css'" and replace "import '@tehik-ee/tedi-design-system/index.css'"
Same steps for every microfrontend in your project