A collection of reusable user interface (UI) elements and design patterns that are pre-built and can be easily integrated into software applications.
For this set-up we assume you already have node.js and npm, yarn or pnpm already installed. The Telicent Design System package is published under telicent-oss on npm and installable via:
npm install @telicent-oss/ds
Now you can import components and styles in your application.
import { TeliStandardLayout } from '@telicent-oss/ds';
import "@telicent-oss/ds/dist/style.css";
import "@telicent-oss/ds/dist/fontawesome.css";