0.0.4 • Published 1 year ago

@ui-library-lab/core-js v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
0.0.4

1 year ago

0.0.1

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.0

1 year ago