Overview | Live Demo | Documentation
Modern Angular admin panel and dashboard, based on Angular Material 3 components and Tailwind css framework
- Based on the most popular Angular material components
- All components are designed from scratch specifically for the elementar admin
- It has a large number of components aimed at creating real projects
- Free and Open Source for personal and commercial purposes
- Angular 18+ & Typescript
- Tailwind 3+ & SCSS
- High resolution
- Flexibly configurable themes (3 themes included)
- Light & dark color schemes in each theme
- 50+ Angular Components
Install full project (with demo pages and examples):
npx @elementarui/elementar-cli@latest new your-project-name
Install minimal project (without demo pages and examples):
npx @elementarui/elementar-cli@latest new your-project-name --minimal
cd your-project-name
npm run start:demo
cd your-project-name
npm run start:mono
cd your-project-name
npm run start:dual-tier
cd your-project-name
npm run start