Closed SpaceK33z closed 6 years ago
Buttons should have a loading state with a fancy loading indicator.
Perhaps just <Button loading />. When this prop is true, the button should also have the disabled attribute.
<Button loading />
disabled
Buttons should have a loading state with a fancy loading indicator.
Perhaps just
<Button loading />
. When this prop is true, the button should also have thedisabled
attribute.