utu-design-system
BETA
version of the UTU Design System Web implementation.
This project aims to implement the UTU Design System, developed by 3forcom in collaboration with UTU, in a browser environment using Web Components to enable developers to quickly prototype or develop web applications/sites in a company compliant way.
How to use
Install with NPM
$ npm i @utu-global/design-system
Then add in your .js
or .ts
files:
// Add all of the components
import '@utu-global/design-system/components';
// Add specific components
import '@utu-global/design-system/components/button';
import '@utu-global/design-system/components/card';
import '@utu-global/design-system/components/datepicker';
import '@utu-global/design-system/components/pagination';
import '@utu-global/design-system/components/switch';
import '@utu-global/design-system/components/tabs';
import '@utu-global/design-system/components/tags';
An up-to-date Storybook is available to explore and test the components.
Proper docs coming soon...
License
Released unther the MIT license.