Skip to content

Commit

Permalink
add lineSize prop to Burger
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoUkaegbu committed Nov 24, 2024
1 parent 635fce3 commit 3e67da5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ts/components/core/Burger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ interface Props
size?: MantineSize | (string & {}) | number;
/** Key of `theme.colors` of any valid CSS value, by default `theme.white` in dark color scheme and `theme.black` in light */
color?: MantineColor;
/** Height of the burger lines */
lineSize?: MantineSize | (string & {}) | number;
/** State of the burger, when `true` burger is transformed into X, `false` by default */
opened?: boolean;
/** `transition-duration` property value in ms, `300` by default */
Expand Down

0 comments on commit 3e67da5

Please sign in to comment.