danielsaidi / RichTextKit

RichTextKit is a Swift SDK that helps you use rich text in Swift and SwiftUI.
MIT License
950 stars 126 forks source link

Add ways to group buttons together #52

Closed danielsaidi closed 1 year ago

danielsaidi commented 1 year ago

To increase the visual clarity of e.g. the format toolbar, RichTextKit should have a way to group buttons together.

Using a reusable component, we will then be able to group action buttons and toggles together like this:

toolbar-stylegroup-segmented

danielsaidi commented 1 year ago

This has been pushed to the main branch.