UNPKG

decanter

Version:

Design System Tailwind CSS Preset.

18 lines (11 loc) 445 B
# Buttons **File**: `/src/plugins/components/form/buttons.js` ## Overview Provides base styles for interactive button elements, implementing Stanford design system guidelines for consistent button appearance and behavior. ## Generated CSS Classes - `.button` - Default button style hover/focus states and transitions. ## Usage ```html <button class="button">Submit Application</button> <a href="/contact" class="button">Contact us</a> ```