Cookie Policy
We use cookies to ensure that we give you the best experience on our website.
Click here for more information.
UI library is easy way to load css and javascript files in page.
Each ui library have package descriptor file arikaim-package.json
{
"version": "{ Version }",
"name": "{ Library name }",
"title": "{ Library display name }",
"package-type": "library",
"repository": "{ Git Repository Url }",
"help": "{ Help page url }",
"description": "{ Description text }",
"files": [
{ css or js files }
]
}
Property | Type | Description | |
---|---|---|---|
version | string | required | Package version. |
name | string | required | Package name. |
title | string | optional | Package display name. |
package-type | string | required | Package type. |
repository | string | optional | Git repository url. |
help | string | optional | Help page url. |
description | string | optional | Package description text. |
files | array | required | List with js and css files which are included in page. |
We use cookies to ensure that we give you the best experience on our website.