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