@aristobyte-ui/button 2.11.2 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -54,7 +54,7 @@ import { IconSample } from "@aristobyte-ui/icons";
54
54
  ## 🔧 Example in a Package
55
55
 
56
56
  ```tsx
57
- <Button variant="success" appearance="glowing" size="lg" radius="full" isLoading spinnerType="duo">
57
+ <Button variant="success" appearance="glowing" size="lg" radius="full" isLoading spinnerAppearance="duo">
58
58
  Submit
59
59
  </Button>
60
60