dioxus-chessboard

Crates.iodioxus-chessboard
lib.rsdioxus-chessboard
version0.1.2
sourcesrc
created_at2024-06-03 10:25:53.390073
updated_at2024-07-17 18:36:51.464551
descriptionA chessboard component for Dioxus
homepage
repositoryhttps://github.com/vnermolaev/dioxus-chessboard
max_upload_size
id1259954
size161,594
Victor Ermolaev (vnermolaev)

documentation

https://docs.rs/dioxus-chessboard/

README

Overview

dioxus-chessboard is a Rust crate designed to provide a web-based chessboard component for the Dioxus framework. This crate offers an interactive and customizable chessboard that can be integrated into any web application built with Dioxus.

Setup

  • Install Dioxus CLI

    cargo install dioxus-cli
    
  • Clone the test project

    git clone git@github.com:vnermolaev/dioxus-chessboard-example.git
    
  • Switch to the test project and execute

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

    This will compile the styles and open a browser tab with the example page.

Credit

All images are in Public Domain and sourced from OpenClipart.

Commit count: 3

cargo fmt