Skip to content

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

License

Notifications You must be signed in to change notification settings

halilozercan/compose-richtext

Folders and files

NameName
Last commit message
Last commit date
Dec 6, 2024
Jan 3, 2024
Dec 5, 2024
Dec 5, 2024
Dec 6, 2024
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Dec 6, 2024
Dec 5, 2024
Mar 22, 2020
May 18, 2022
Nov 3, 2020
Dec 5, 2024
Dec 5, 2024
Jul 30, 2021
Dec 5, 2024
Dec 5, 2024
Dec 5, 2024
Feb 9, 2024
Feb 9, 2024

Repository files navigation

compose-richtext

Maven Central GitHub license

Warning compose-richtext library and all its modules are very experimental. The roadmap is unclear at the moment. Thanks for your patience. Fork option is available as always.

A collection of Compose libraries for working with rich text formatting and documents.

Aside from printing, and slideshow, all modules are Kotlin Multiplatform Compose Libraries.

This repo is currently very experimental and really just proofs-of-concept: there are no tests and some things might be broken or very non-performant.


Documentation is available at halilibo.com/compose-richtext.


@Composable fun App() {
  val printController = rememberPrintableController()

  Printable(printController) {
    RichText(Modifier.background(color = Color.White)) {
      Heading(0, "Title")
      Text("Summary paragraph.")

      HorizontalRule()

      BlockQuote {
        Text("A wise person once said…")
      }
    }
  }

  Button(onClick = { printController.print("README") }) {
    Text("PRINT ME")
  }
}

License

Copyright 2022 Halil Ozercan

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project