Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 579 Bytes

File metadata and controls

24 lines (14 loc) · 579 Bytes

DWIND

Bringing tailwind-like syntax and utility classes to your DOMINATOR web application!

This project provide utilities to

The example app is hosted on github pages here: https://jedimemo.github.io/dwind/examples

Docs are hosted here: https://jedimemo.github.io/dwind/doc/dwind/index.html

Setting up an application

The simplest way to get started is to user the template repository with cargo-generate:

cargo install cargo-generate
cargo generate JedimEmO/dwind-template

The template code can be found here: https://github.com/JedimEmO/dwind-template