From 38acbe2ee5542c3145ee25828ae29179a67de87a Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Wed, 19 Apr 2023 09:59:55 +0200 Subject: [PATCH] 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 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b79cf4db75..01c120132e 100644 --- a/README.md +++ b/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) + +