@utu-global/design-system
TypeScript icon, indicating that this package has built-in type declarations

0.7.3 • Public • Published

utu-design-system

NPM Build NPM

⚠️ BETA version of the UTU Design System Web implementation. ⚠️

🚧 WORK IN PROGRESS: UI/UX, documentation and APIs are subject to change until we hit a v1.0 (pre)release, so be sure to check out source files and Storybook builds before integrating the components or styles in your project. 🚧

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.

/@utu-global/design-system/

    Package Sidebar

    Install

    npm i @utu-global/design-system

    Weekly Downloads

    3

    Version

    0.7.3

    License

    MIT

    Unpacked Size

    2.07 MB

    Total Files

    128

    Last publish

    Collaborators

    • utu-admin