6.8 KiB
Documentation built by Developers
Each element is well presented in very complex documentation. You can read more about the documentation here.
Example Pages
If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.
View example pages here.
Special thanks
During the development of this dashboard, we have used many existing resources from awesome developers. We want to thank them for providing their tools open source:
- VueJS 3 - An approachable, performant and versatile framework for building web user interfaces.
- Bootstrap 5 - Powerful, extensible, and feature-packed frontend toolkit.
- Popper.js - Kickass library used to manage poppers
- Pinia - The Vue Store that you will enjoy using.
- PrismJS - A lightweight and extensible syntax highlighter.
- TypedJS - A JavaScript Typing Animation Library.
- Vue Clipboard 3 - Easily copy to clipboard in Vue 3.
- Vue Count To - A dependency-free, lightweight vue component for count up.
Table of Contents
- Versions
- Demo
- Quick Start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
Versions
VueJS |
---|
Demo
Terminal Commands
- Download and Install NodeJs LTS version from NodeJs Official Page.
- Navigate to the root ./ directory of the product and run
yarn install
ornpm install
to install our local dependencies.
Documentation
The documentation for the Material Kit is hosted at our website.
What's included
Within the download you'll find the following directories and files:
dsl-Coordest
├── public
├── src
│ ├── assets
│ │ ├── css
│ │ ├── fonts
│ │ ├── img
│ │ ├── js
│ │ └── scss
│ ├── components
│ │ ├── MaterialAlert.vue
│ │ ├── MaterialAvatar.vue
│ │ ├── MaterialBadge.vue
│ │ ├── MaterialButton.vue
│ │ ├── MaterialCheckbox.vue
│ │ ├── MaterialInput.vue
│ │ ├── MaterialPagination.vue
│ │ ├── MaterialPaginationItem.vue
│ │ ├── MaterialProgress.vue
│ │ ├── MaterialSocialButton.vue
│ │ ├── MaterialSwitch.vue
│ │ └── MaterialTextArea
│ ├── examples
│ │ ├── cards
│ │ ├── footers
│ │ ├── navbars
│ │ ├── tables
│ │ ├── Breadcrumbs.vue
│ │ └── Header.vue
│ ├── layouts
│ │ ├── sections
│ │ │ ├── attention-catchers
│ │ │ ├── components
│ │ │ ├── elements
│ │ │ ├── input-areas
│ │ │ ├── navigation
│ │ └── └── page-sections
│ ├── router
│ ├── stores
│ ├── views
│ │ ├── LandingPages
│ │ └── Presentation
│ ├── App.vue
│ ├── main.js
│ └── material-kit.js
├── .eslintrc.json
├── .gitignore
├── LICENSE.md
├── index.html
├── package.json
├── README.md
└── vite.config.js
Browser Support
At present, we officially aim to support the last two versions of the following browsers:
Resources
- Live Preview
- Buy Page
- Documentation is here
- License Agreement
- Support
- Issues: Github Issues Page
Licensing
- Copyright 2022 Creative Tim
- Creative Tim license
Useful Links
-
More products from Creative Tim
-
Freebies from Creative Tim
-
Affiliate Program (earn money)