mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: broken components in stories (#5291)
* chore(switch): remove xl size * chore(docs): remove xl size * chore(system-rsc): remove xl size * chore(circular-progress): remove xl size * chore: undo
This commit is contained in:
parent
360b2e77fd
commit
01f542167f
@ -106,7 +106,6 @@ export const WithValueFormatting = {
|
||||
args: {
|
||||
...defaultProps,
|
||||
label: "Loading...",
|
||||
size: "xl",
|
||||
value: 70,
|
||||
color: "warning",
|
||||
showValueLabel: true,
|
||||
@ -119,7 +118,6 @@ export const CustomClassnames = {
|
||||
|
||||
args: {
|
||||
...defaultProps,
|
||||
size: "xl",
|
||||
strokeWidth: 4,
|
||||
value: 70,
|
||||
showValueLabel: true,
|
||||
|
||||
@ -201,7 +201,6 @@ export const DisableAnimation = {
|
||||
export const WithThumbIcon = {
|
||||
args: {
|
||||
...defaultProps,
|
||||
size: "xl",
|
||||
thumbIcon: (props: SwitchThumbIconProps) =>
|
||||
props.isSelected ? (
|
||||
<SunFilledIcon className={props.className} />
|
||||
@ -216,7 +215,6 @@ export const WithIcons = {
|
||||
|
||||
args: {
|
||||
...defaultProps,
|
||||
size: "xl",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user