Skip to content

Commit 1e7f64a

Browse files
feat(@clayui/panel): add 'show' class to collapsable panel's button
1 parent a336a31 commit 1e7f64a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clay-panel/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ const ClayPanel: React.FunctionComponent<IProps> & {
128128
'collapse-icon': showCollapseIcon,
129129
'collapse-icon-middle': showCollapseIcon,
130130
collapsed: !internalExpanded,
131+
show: internalExpanded,
131132
}
132133
)}
133134
displayType="unstyled"

0 commit comments

Comments
 (0)