RunQueryButton
This button component is used for running queries. It supports four query states: idle, loading, success, and error.
Import
import { RunQueryButton } from '@dynatrace/strato-components/buttons';
Demo
Use the queryState prop to transition between the button's four query states:
idle, running, success, and error.