Skip to content

ACoolmanTelicent/telicent-ds

 
 

Repository files navigation

Telicent Design System (DS)

A component library to help developers create frontend applications for Telicent platform apps. Visit the Storybook to learn more.

Install

This repository is published as an npm package at @telicent-oss/ds and is installable via:

npm install @telicent-oss/ds

Usage

Before you start, import the required styles into your top-level file:

import "@telicent-oss/ds/dist/style.css";
import "@telicent-oss/ds/dist/fontawesome.css";

Then search for a component in the Storybook. Navigate between stories by clicking on them in the sidebar or using the sidebar searchbox.

Once you have found the component, you can import it into your application:

import { TeliStandardLayout } from '@telicent-oss/ds';

Run storybook locally

git clone https://github.com/Telicent-oss/telicent-ds.git
cd telicent-ds
yarn storybook

About

Repo for testing GitHub terraform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 44.7%
  • TypeScript 21.8%
  • CSS 11.4%
  • Less 9.5%
  • SCSS 7.6%
  • Stylus 4.7%
  • Other 0.3%