No description
Find a file
2020-09-20 12:27:27 +02:00
src Remove perf test tweaks 2020-09-19 14:26:19 +02:00
.gitattributes Insert demo in README 2020-09-19 14:09:54 +02:00
.gitignore Download CSS from npm directly 2020-09-03 17:14:16 +02:00
build.rs Component Icon 2020-09-13 07:53:12 +02:00
build.sh Component Icon 2020-09-13 07:53:12 +02:00
Cargo.lock WIP: Tree 2020-09-13 18:16:01 +02:00
Cargo.toml Prepare for upload 2020-09-13 22:11:50 +02:00
demo.mp4 Insert demo in README 2020-09-19 14:09:54 +02:00
dev.sh Prepare for upload 2020-09-13 22:11:50 +02:00
index.html WIP: Tree 2020-09-13 18:16:01 +02:00
README.md Add doc-like site like blueprintjs.com to the roadmap 2020-09-20 12:27:27 +02:00

Demo

blueprint-rs

It's Blueprint, but for Yew in Rust.

This is in early development and it is possible it won't be finished if there is no interest. Don't use this in production! Please help or at least leave it a star to let me know you are interested in this project.

Installation

Prerequisites

  • wasm-pack
  • cargo-watch
  • Rust nightly

Use as a library

blueprint-rs = { git = "https://github.com/cecton/blueprint-rs.git", branch = "main" }

Development server

rustup override set nightly
./dev.sh

Roadmap