Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Forms / Settings Example

Forms screenshot

Settings-style panel exercising TextInput, Checkbox, Slider, and Select.

How to run

cd ui
pnpm install --ignore-scripts
pnpm dev

In another terminal:

cargo run --manifest-path examples/forms/Cargo.toml

Production bundle

cd examples/forms/ui && pnpm build
cargo run --manifest-path examples/forms/Cargo.toml --release