- Copy Demo
Installation
You can run either of the following commands:
# cargo install ui-cli --forceui add demo_spinnerui add spinner
Update the imports to match your project setup.
Usage
use crate::components::ui::spinner::Spinner;
<Spinner />
Examples
In Button
Show loading state in buttons.
- Copy Demo