Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 968 Bytes

Readme.md

File metadata and controls

40 lines (36 loc) · 968 Bytes

Ui Library Core js

Table of Contents

Overview

This is the core layer for js libraries for making main business logics to make and provide theme.
All the js libraries uses this library for handling same theme creator and theme tokens

Getting Started

yarn:

yarn build

npm

npm run build

Folder Structure

.
└── src/
    ├── configs/
    │   ├── protocols.ts
    │   ├── lib-configs.ts
    │   └── constants/
    │       └── default-configs.ts
    ├── theme/
    │   ├── theme-creator.ts
    │   └── theme-creator/
    │       ├── index.ts
    │       ├── default-theme-creator.ts
    │       ├── user-theme-creator.ts
    │       └── theme-factory.ts
    └── index.ts