Skip to content

Commit 9665cf5

Browse files
authored
Merge pull request #136 from aeagle/feature/127-corner-resize
Added new resize types to docs
2 parents 9a0224f + 5fd51e1 commit 9665cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/stories/02-components/Positioned.Resizable.stories.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { CommonHeader, PropsTable, PropsHeader, Prop, StandardProps } from "../U
2222
<Prop name="top" type="number | string" description="Top offset from edge of parent space." />
2323
<Prop name="width" type="number | string" description="Width of space (optional)" />
2424
<Prop name="height" type="number | string" description="Height of space (optional)" />
25-
<Prop name="resizable" type="(ResizeType | 'resize-left' | 'resize-top' | 'resize-right' | 'resize-bottom')[]" description="Array of sides that are resizable" />
25+
<Prop name="resizable" type="(ResizeType | 'resize-left' | 'resize-top' | 'resize-right' | 'resize-bottom' | 'resize-topleft' | 'resize-topright' | 'resize-bottomleft' | 'resize-bottomright' | 'resize-all')[]" description="Array of sides that are resizable" />
2626
<StandardProps />
2727
</PropsTable>
2828
</Story>

0 commit comments

Comments
 (0)