DXC Themes
A theme collection for DXC, powered by DXC and ElementPlus.
DXC Themes provides a curated set of professional themes to enhance your DXC applications with consistent, modern styling.
Usage
Due to current limitations in dioxus regarding automatic asset loading,
you need to manually import the theme stylesheet in your app.
use *;
use *;
Build
First, make sure you have installed Node or Bun.
Then, run the following command to build the themes:
# Using Bun
# Using npm
# Using pnpm
The compiled CSS files will be generated in the assets/css directory.