droplet-js / html-view-compose

HTML composable for Android Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html Composable for Android Jetpack Compose

© 2022 SiLeader.

Features

  • Display HTML document

Supporting HTML tags

  • block elements
    • body
    • h1
    • h2
    • h3
    • h4
    • ol
    • ul
    • p
    • table
    • blockquote
  • inline elements
    • span
    • a
    • em
    • strong
    • br

Supporting inline style

  • color and background-color
    • #000000 style
    • colors name like red, navy
      • customizable color palette (use net.sileader.html.ColorPalette's copy method)
  • margin, padding
  • font-size
  • text-decoration
    • line-through
    • underline
  • text-align
  • border, border-left, border-top, border-bottom, and border-right

License

Apache License 2.0

See LICENSE

About

HTML composable for Android Jetpack Compose

License:Apache License 2.0


Languages

Language:Kotlin 100.0%