1. How to add new page?
We have provided a starter page (check src/saas/pages-starter.html) which allows you to get started easily and helps you to add new page. Please note following some important points.
- Make sure you have included
css/app.min.css, css/icons.min.cssandjs/app.min.jsin your html. If you are using dark, make sure to include thecss/app-dark.min.css. If you are using modern or creative demos, make sure to replaceapp.min.csswithapp-modern.min.cssorapp-creative.min.cssrespectively. You can also specifyapp-modern-dark.min.cssorapp-creative-dark.min.cssfor having dark theme enabled. - Most of default/basic form elements along with few advanced elements are available and bundled in above css and js and so you don't need to include any css or js separately.
- Few elements e.g. charts, data tables, calendar, maps etc requires you to include corresponding css and js files in your html. Please check corresponding documentation page for the same.
3. How to change style of a particular UI element?
In order to change the particular UI element, widget, chart, etc, please check folder src/assets/scss/custom/plugins. You should be able to change any style by simply making modifications in corresponding file here.