Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dynamiatools/theme-dynamical

Boostrap theme for DynamiaTools
https://github.com/dynamiatools/theme-dynamical

boostrap css dynamia responsive

Last synced: 5 days ago
JSON representation

Boostrap theme for DynamiaTools

Awesome Lists containing this project

README

        

[![Maven Central](https://img.shields.io/maven-central/v/tools.dynamia.themes/tools.dynamia.themes.dynamical.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22tools.dynamia.themes%22%20AND%20a:%22tools.dynamia.themes.dynamical%22)
[![Maven Build](https://github.com/dynamiatools/theme-dynamical/actions/workflows/maven.yml/badge.svg)](https://github.com/dynamiatools/theme-dynamical/actions/workflows/maven.yml)
[![Release and Deploy](https://github.com/dynamiatools/theme-dynamical/actions/workflows/release.yml/badge.svg)](https://github.com/dynamiatools/theme-dynamical/actions/workflows/release.yml)
![Java Version Required](https://img.shields.io/badge/java-17-blue)

# Bootstrap theme for DynamiaTools

This template is based on https://adminlte.io/ free (MIT) admin template. Which is a fully responsive admin template. Based on Bootstrap 5.x framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.

![Screenshot](https://github.com/dynamiatools/theme-dynamical/blob/master/screenshots/screenshot1.png?raw=true)

## Features
- 10 skins available
- Support for user login and profile UI
- Multi tabbed UI
- Full Responsive
- Optimized to work with ZK 10.x
- Compact
- Support for app logo and icon

## Installation

**Maven**
```xml

tools.dynamia.themes
tools.dynamia.themes.dynamical
5.1.3

```

**Gradle**
```groovy
compile 'tools.dynamia.themes:tools.dynamia.themes.dynamical:5.1.3'
```

Edit Spring Boot properties ```application.properties```
```properties
dynamia.app.template=Dynamical
dynamia.app.default-skin=Blue
```

Or application.yml
```yaml
dynamia:
app:
template: Dynamical
skin: Blue
```

## Available Skins
- Blue
- Dynamia
- Red
- Orange
- Purple
- Green
- DarkOrange
- Yellow
- Olive
- Black

## License

Theme Dynamical is available under Apache 2 License