Light Able
React
React
  • ✨Overview
  • 🚀Quick Start
  • 📂Folder Structure
  • ÂŠī¸React.js Components
  • 🔗Credits
  • 📄Page Structure
  • 📅Changelog
Powered by GitBook
On this page

React.js Components

Light Able comes with a variety of custom components. You can find these in the src directory. Use these components to enhance your admin panel's functionality and design.

Layout settings

You can change the default layout in the routes/index.tsx file in the body tag

File/Folder
Description

📁 Common

All Reusable Common files are here.

📁 Layout

All Layout components are fall in this directory.

📁 views

All pages componetns are here.

./src/main.tsx

The main React.js component file that serves as the entry point for our application, encapsulating the overall structure and layout of your React.js 18.2.0 application..

PreviousFolder StructureNextCredits

Last updated 1 year ago

ÂŠī¸