Browse Source

Add a paragraph about compose html (#3057)

* Add a compose html paragraph

* Update README.md

* Update README.md

* Update README.md

* tuned Compose HTML description and moved above "Learn more". Waiting for proofread.

* minor edits after proofreading

* fixed a typo

---------

Co-authored-by: Ekaterina.Volodko <ekaterina.volodko@jetbrains.com>
pull/3077/head
Oleksandr Karpovich 2 years ago committed by GitHub
parent
commit
38acbe2ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      README.md

11
README.md

@ -69,6 +69,15 @@ If you want to share UIs across all supported platforms at once, you can start w
>
> We would appreciate your feedback on Compose Multiplatform in the public Slack channel [#compose](https://kotlinlang.slack.com/archives/CJLTWPH7S/p1678882768039969).
## Libraries
### Compose HTML
Compose HTML is a library targeting [Kotlin/JS](https://kotlinlang.org/docs/js-overview.html) that provides Composable building blocks
for creating web user interfaces with HTML and CSS.
> Note that Compose HTML is not a multiplatform library. It can be used only with Kotlin/JS.
## Learn more
* [FAQ](docs/FAQ.md)
@ -78,3 +87,5 @@ If you want to share UIs across all supported platforms at once, you can start w
* [Compatibility and versioning](VERSIONING.md)

Loading…
Cancel
Save