File Structure
Here is the general file structure of the template:
Template File Structure
-
Code-react
-
public
-
assets
- images
- All images regarding this templates
- loader.gif
- favicon.ico
- images
-
assets
-
src
-
assets
-
scss
-
bootstrap
- forms
- helper
- mixins
- utilites
- vendor
-
custom
- shop
- ui-kit
- widget
- all Custom .scss files of templates
-
kivicare design
system
- components
- helper
- plugins
- variables
- _root.scss
- _variables.scss
- _variables-dark.scss
-
customizer
- _root.scss
- _variables.scss
-
Rtl
- components
- custom
- _index.scss
- custom.scss
- customizer.scss
- kivicare.scss
- rtl.scss
-
bootstrap
-
vendor
- Third Party Modules
-
scss
-
components
- bootstrap
- partial
-
footer
- All footer styles files
-
header
- All header styles files
-
sidebar
- All sidebar styles files
-
assets
-
public
-
section
- All folders base on section which is used on pages
- setting
-
widgets
- Widgets that are used globally in the template.
- indexLayout
- simpleLayout
- All .jsx files
Dashboard File Structure
-
Code-react
-
public
-
assets
- images
- All images regarding this templates
- loader.gif
- favicon.ico
- images
-
assets
- src
-
assets
-
scss
-
bootstrap
- forms
- helper
- mixins
- utilites
- vendor
-
custom
- shop
- ui-kit
- widget
- all Custom .scss files of templates
-
kivicare design
system
- components
- helper
- plugins
- variables
- _root.scss
- _variables.scss
- _variables-dark.scss
-
customizer
- _root.scss
- _variables.scss
-
Rtl
- components
- custom
- _index.scss
- custom.scss
- customizer.scss
- kivicare.scss
- rtl.scss
-
bootstrap
-
vendor
- Third Party Modules
-
scss
-
components
- bootstrap
- hooks
- partial
-
footer
- All footer styles files
-
header
- All header styles files
-
sidebar
- All sidebar styles files
-
assets
-
public
- setting
-
widgets
- Widgets that are used globally in the template.
- defaultLayout
- horizontal
- indexLayout
- simpleLayout
- All .jsx files