Appearance
Installation
The heart of our template is the src/@core
directory, where you'll find all the essential elements, including components, styles, utility functions, and hooks.
Most updates or changes to the template will take place in this directory, so it's crucial to keep it well-maintained and up-to-date to optimize performance and usability.
Components
This folder contains a collection of UI components, including buttons, tabs, inputs, accordions, and more, that you can easily use throughout various files in the project.
Hooks
The hooks directory contains all the custom hooks used throughout the project, enabling the sharing of logic among various components and functions within the application.
Scss
This is the primary SCSS folder where all our style sheets are stored. Inside, you'll find abstract SCSS files containing defined mixins and variables.
Utils
The utils folder includes various helper functions for your application, such as formatters
, helpers
, validators
, and more.
Validators
This file contains specific form validation rules for use in Form components. By adding a rules
prop to the component, you ensure that the data entered into the form meets the specified criteria before submission