web: added the base for the web project
This commit is contained in:
@@ -52,5 +52,8 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
}
|
||||
)
|
||||
Button.displayName = "Button"
|
||||
Button.defaultProps = {
|
||||
type: 'button'
|
||||
}
|
||||
|
||||
export { Button, buttonVariants }
|
||||
|
||||
Reference in New Issue
Block a user