Button
The workhorse. 3px square border, inverted fill on primary, no shadow.
Code & usage
Example
Files to copy
Copy these files into your project. Import the CSS once, after the shared theme.
CSS imports
Add these imports once in your entry file in src/.
import './ui/theme/tokens.css';
import './ui/theme/base.css';
import './ui/button/button.css';Requires react@>=18 <20. Interaction guidance ↗
Read the complete Markdown reference →