CHANGELOG 3.11.11
🚀 Added
- Updated sliders from M3 expressive (new sizes, value indicator and inset icon)
- Updated button groups (added
connected
,standard
andsplit
helpers)
🩹 Fixed
- Fixed theme on nav #459
- Fixed main header/footer z-index
- Fixed responsive images on button for iOS devices
⚠️ Breaking changes
- None
<nav class="group">
<button class="left-round">Button</button>
<button class="no-round">Button</button>
<button class="right-round">Button</button>
</nav>
<nav class="group connected">
<button class="left-round">Button</button>
<button class="no-round">Button</button>
<button class="right-round">Button</button>
</nav>
<nav class="group split">
<button class="left-round">Button</button>
<button class="right-round">Button</button>
</nav>