1.1.1 • Published 1 year ago

sb-taxonomy-editor v1.1.1

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

Install taxonomy-editor

npm install sb-taxonomy-editor@latest

Store Environment and Framework configuration in localstorage.

environment = {
        frameworkName: string,
        channelId: string,
        authToken: string,
        isApprovalRequired: false
};

Column Color configuration

taxonomyConfig = {
    frameworkId: string,
    config: [
        {
            index:number,
            category:string,
            icon: 'string',
            color: 'string'
        }
    ]
} 

defalut configuration is available. if you don't specify.

Adding lib tag into template

<lib-taxonomy-view environment="environment" taxonomyConfig="taxonomyConfig">

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago