Button
Last updated
Last updated
This represents a Button with animation:
The properties are:
type
string
scale (default), slide, rotate
direction
string
right (default), left, up, down
offset
number
10
scale
ScaleProps
{ hover: 1.05, tap: 0.954 }
children*
ReactNode
This component extends the original component provided by MUI:
The extended properties are:
shape
IconButtonShapeProps
square (default), rounded
variant
ButtonVariantProps
text (default), contained, light, outlined, dashed, shadow
tooltip
boolean | ReactFragment | ReactPortal
false
children*
ReactNode
The extended properties are:
shape
IconButtonShapeProps
square (default), rounded
variant
ButtonVariantProps
text (default), contained, light, outlined, dashed, shadow
color
ButtonProps['color']
primary (default), secondary, info, success, warning, error, inherit, default
children*
ReactNode
This component extends the original component provided by MUI:
Live Preview: