The Button component can be used by importing { Button } from "finallyreact"
The Button component can be used by importing { Button } from "finallyreact"
Prop Name | Prop Type | Description |
---|---|---|
borderColor | string | Any FinallyReact color |
color | string | Any FinallyReact color or hex value |
disabled | boolean | Read only input |
name | string | Optional identifier for Button |
noColorChange | boolean | No color change on click |
rounded | boolean | Rounded corners for Button |
simple | boolean | No fancy styles, but keep functionality |
size | 'sm' | 'md' | 'lg' | Size of Button |
submit | boolean | Identify Button as a submit button, mostly for forms |
text | string | Button text |