Skip to content

DevExpress/devextreme-ui-template-gallery

Repository files navigation

DevExtreme UI Template Gallery

This repository includes responsive UI Templates for the most popular UI/UX patterns in web LOB applications. These templates are available for Angular, React, and Vue.

DevExtreme UI Template Gallery

Take a look at the online gallery here:

Use the left menu to navigate through the views.

The UI Templates have responsive layouts with DevExtreme UI components. Note that the components use sample data entities without any business logic. You can use these UI Templates in your project and adapt them to your specific business requirements.

License

DevExtreme UI Template Gallery is released as a MIT-licensed (free and open-source) add-on to DevExtreme.

Familiarize yourself with the DevExtreme License. Free trial is available!

Get Started

To run these UI templates on your machine, clone this repository and run the following commands in the root folder:

Angular

npm install
cd packages/angular
npm run start

React

npm install
cd packages/react
npm start

Vue

npm install
cd packages/vue
npm run serve

Open the application on the local server.

How It is Organized

Navigate to the folders linked below to get the code for each template.