|
35 | 35 | - [Button](https://instructure.design/markdowns/Button.md): Triggers actions or changes with multiple color schemes, sizes, and display options. Supports icons, text wrapping control, and backgroundless variants. Includes specific AI button styles with gradients and icons. |
36 | 36 | - [CloseButton](https://instructure.design/markdowns/CloseButton.md): Specialized button for closing modals, dialogs, or containers. Supports absolute positioning with placement options (start/end/static) and offset control. Built with accessibility in mind using IconButton with X icon and screen reader labels. |
37 | 37 | - [CondensedButton](https://instructure.design/markdowns/CondensedButton.md): Button variant without padding for tight spaces or alignment with other content. Ideal for table cells or areas where standard button padding would disrupt layout. Maintains button functionality while minimizing visual footprint. |
38 | | -- [IconButton](https://instructure.design/markdowns/IconButton.md): A button component designed specifically for icon-only actions. Requires screen reader labels for accessibility, supports various shapes (rectangle/circle), and can remove background/border for minimalist designs. Works well with Tooltip for additional context. |
39 | 38 | - [ToggleButton](https://instructure.design/markdowns/ToggleButton.md): Controlled button for toggling between two states (on/off), featuring icon support, tooltips, inverse variants for dark backgrounds, and accessibility labels. Perfect for status toggles like lock/unlock. |
| 39 | +- [IconButton](https://instructure.design/markdowns/IconButton.md): A button component designed specifically for icon-only actions. Requires screen reader labels for accessibility, supports various shapes (rectangle/circle), and can remove background/border for minimalist designs. Works well with Tooltip for additional context. |
40 | 40 | - [Byline](https://instructure.design/markdowns/Byline.md): Combines visual elements (avatars, icons) with descriptive captions. Supports titles, various sizes, content alignment options, and margin control. Useful for author attribution or content metadata displays. |
41 | 41 | - [Calendar](https://instructure.design/markdowns/Calendar.md): Visual date selection component with configurable month navigation, disabled dates, selection handling, and optional year picker. Supports custom date libraries and accessibility features with proper weekday labels and screen reader support. |
42 | 42 | - [Checkbox](https://instructure.design/markdowns/Checkbox.md): Custom styled checkbox component supporting standard, toggle, and indeterminate states. Includes size variants, accessibility features with aria-labelledby, and proper grouping for parent-child relationships. Guidelines recommend vertical stacking for multiple options. |
|
0 commit comments