Skip to content

Commit

Permalink
Merge pull request #136 from aeagle/feature/127-corner-resize
Browse files Browse the repository at this point in the history
Added new resize types to docs
  • Loading branch information
aeagle authored Jan 6, 2023
2 parents 9a0224f + 5fd51e1 commit 9665cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { CommonHeader, PropsTable, PropsHeader, Prop, StandardProps } from "../U
<Prop name="top" type="number | string" description="Top offset from edge of parent space." />
<Prop name="width" type="number | string" description="Width of space (optional)" />
<Prop name="height" type="number | string" description="Height of space (optional)" />
<Prop name="resizable" type="(ResizeType | 'resize-left' | 'resize-top' | 'resize-right' | 'resize-bottom')[]" description="Array of sides that are resizable" />
<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" />
<StandardProps />
</PropsTable>
</Story>

0 comments on commit 9665cf5

Please sign in to comment.