LoadingButton
Loading Buttons are used to disable interactions or provide a visual cue that an action is being processed.
Import​
import { LoadingButton } from '@faststore/ui'
Usage​
Props​
testId
string
Description
ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
Default value
store-loading-button
loading
*boolean
Description
The current loading state of the button.
Customization​
data-store-loading-button
This component inherits Button css selectors.