Buttons for Teft.
npm install @teft/buttonsTeft styling for WordPress Buttons Block buttons and custom buttons with the .teft-button class. Override default WordPress colors, sizing and border radius with Teft custom properties.
``bash`
npm install @teft/buttons
|Name|Default value|Explanation|
|-|-|-|
|--teft-buttons-primary-color|var(--teft-theme-primary-color, #1897ec)|Background color for primary button. Inherit color from theme package.|--teft-buttons-text-color
||var(--teft-theme-on-primary-color, #fff)|Text color for primary button. Inherit color from theme package.|--teft-buttons-outlined-color
||var(--teft-buttons-primary-color)|Text and border color for button with outlined style.|--teft-buttons-disabled-color
||var(--teft-theme-disabled-color, #ccc)|Background color for disabled buttons. Inherit color from theme package.|--teft-buttons-disabled-text-color
||var(--teft-theme-on-primary-color, #fff)|Text color for disabled buttons. Inherit color from theme package.|--teft-buttons-border-radius
||6.25em|Button burder radius.|
html
`$3

$3
`html
Primary Teft Button
``