The folder houses both the source and production files for the template.
This folder contains compiled template's assets generated from the source files.
This folder houses favicon images tailored for various browsers and platforms. These icons are integrated into the <head>
section of an HTML document.
In this folder, you will find compiled .css
files, including: theme.css
and theme.min.css
as well as their mapping files.
This folder contains the Around icons font file, as well as the associated .css file generated from the SVG icon collection located in the src/icons
directory. For additional information, please refer to the UI icons (Icon font) section.
This folder houses all template's graphic assets, including images, illustrations, vector icons, and more, neatly organized within subfolders.
This folder includes compiled versions of both theme.js
and its minified counterpart, theme.min.js
, accompanied by their respective mapping files.
This folder contains configuration .json files for Lottie player animations.
This directory houses the .js and .css files for all vendor plugins. For guidance on installing new vendor plugins, refer to this section.
Directory containing source files.
This folder houses a collection of SVG icons, which are compiled into a font .woff2
and an associated .css
file. For additional information, please refer to the UI icons (Icon font) section.
This directory comprises the primary theme.js
file and a components subfolder housing various modules. The theme.js
file undergoes processing through an npm script that involves compilation and minification processes. This results in the generation of two distinct files: assets/js/theme.js
and assets/js/theme.min.js
. The latter is then linked to all .html
documents within the project.
This folder houses all project .scss
files, which are compiled and minified into styles within the assets/css
folder.
Around UI Kit - a collection of component preview pages accompanied by corresponding code snippets.
The documentation you are currently reading.
The folder contains JavaScript files that execute Node.js scripts used in the build system. The config.js is the file where you can configure your project paths (directory structure).
The file holds essential metadata regarding your app or module, most notably, it comprises a list of dependencies to be installed from the npm repository when you run npm install command.