Burger
Usage
Properties
Size
Color
API References
Styles API
Styles API | Type | Default | Annotation |
---|---|---|---|
unstyled? | boolean | false | if true , all default styles will be removed |
size? | string | number | 32 | Controls burger width and height , numbers are converted to rem |
color? | Colors | hsl(var(--color)) |
Props API
Props API | Type | Default | Annotation |
---|---|---|---|
setOpen? | (open: boolean) => void | undefined | Set state of the burger |
open? | boolean | false | State of the burger, when true burger is transformed |