Clarity Icons have been refactored to handle outlined, solid, badged, and alerted icon variants. The CSS for the icon styles and paths has also been re-architected to support a SuitCSS/BEM naming convention. Stay tuned as we begin updating our library of icons and documentation to support these new features!
Clarity buttons now support Clarity Icons. The following is an example of using Icons in buttons:
<button class="btn btn-primary">
<clr-icon shape="cog"></clr-icon>
Settings
</button>
Clarity Icons now includes new icon shapes such as
view-list
, view-cards
,
view-columns
, and host
.
Checkboxes for both Clarity-UI and Clarity-Angular now support an indeterminate state.
Added CSS regression testing using Gemini to test Clarity components.
pre
style to have newlines by default