3 个版本

0.1.2 2024年7月17日
0.1.1 2024年6月3日
0.1.0 2024年6月3日

#901 in GUI

Download history • Rust 包仓库 144/week @ 2024-05-28 • Rust 包仓库 111/week @ 2024-06-04 • Rust 包仓库 10/week @ 2024-06-11 • Rust 包仓库 125/week @ 2024-07-16 • Rust 包仓库 17/week @ 2024-07-23 • Rust 包仓库 9/week @ 2024-07-30 • Rust 包仓库

每月 151 次下载

MIT/Apache

145KB
807

概述

dioxus-chessboard 是一个 Rust 软件包,专为 Dioxus 框架提供基于网页的棋盘组件。此软件包提供可交互和可定制的棋盘,可以集成到任何使用 Dioxus 构建的网页应用程序中。

设置

  • 安装 Dioxus CLI

    cargo install dioxus-cli
    
  • 克隆测试项目

    git clone git@github.com:vnermolaev/dioxus-chessboard-example.git
    
  • 切换到测试项目并执行

    cd ./dioxus-chessboard-test
    npx tailwindcss -i ./input.css -o ./public/tailwind.css
    dx serve --hot-reload
    

    这将编译样式并打开一个浏览器标签页,显示示例页面。

鸣谢

所有图像均为公有领域,并来自 OpenClipart.

依赖项

~19–32MB
~520K SLoC