State Component
WARNING
This component is deprecated and will soon be removed. Use v-if directive instead.
Quasar State Component helps you when you have two states (called “default” and “active”) to display using the same real estate of a page. Look at the demo which presents a button that when clicked it shifts to the “active” state and shows a spinner.
What else can you build with State component? Inline editor as an example.
Basic Usage
|
|
Vue Properties
| Vue Property | Type | Description |
|---|---|---|
model | Boolean | Show default (when false) or “active” state (when true) |
Quasar