compose-richtext icon indicating copy to clipboard operation
compose-richtext copied to clipboard

A collection of Compose libraries for advanced text formatting and alternative display types.

Results 32 compose-richtext issues
Sort by recently updated
recently updated
newest added

Here's an example. With the `SelectionContainer` selecting the text is possible, but clicking the link does nothing. Without it, clicking the link works, but selecting text doesn't work of course:...

I want to display my text with an alpha value dependent on its state. Usually, I would do it like shown here to wrap all composables which should be affected:...