Browse Source

Add links to web examples on main README.md (#2379)

* Add links to web examples on main README.md

* Update README.MD

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
pull/2381/head
Oleksandr Karpovich 2 years ago committed by GitHub
parent
commit
d1b1c14f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md
  2. 5
      examples/web-compose-in-js/README.MD
  3. 4
      examples/web-landing/README.md

5
README.md

@ -47,12 +47,15 @@ Note that when you use Compose Multiplatform, you setup your project differently
* [imageviewer](examples/imageviewer) - Image Viewer application for Android and Desktop
* [issues](examples/issues) - GitHub issue tracker with an adaptive UI and ktor-client
* [Falling Balls](examples/falling-balls) - Simple game
* [compose-bird](examples/web-compose-bird) - A flappy bird clone using Compose for Web
* [notepad](examples/notepad) - Notepad, using the new experimental Composable Window API
* [todoapp](examples/todoapp) - TODO items tracker with persistence and multiple screens, written with external navigation library
* [todoapp-lite](examples/todoapp-lite) - A simplified version of [todoapp](examples/todoapp), fully based on Compose
* [widgets gallery](examples/widgets-gallery) - Gallery of standard widgets
* [IDEA plugin](examples/intellij-plugin) - Plugin for IDEA using Compose for Desktop
* [compose-bird](examples/web-compose-bird) - A flappy bird clone using Compose for Web
* [web-landing](examples/web-landing) - A landing page built using Compose for Web (HTML composable api)
* [compose-web-with-react](examples/web-with-react) - Using compose-in-react and react-in-compose
* [compose-web-in-js](examples/web-compose-in-js) - Using Html based composables in js
## Other ##
* [artwork](artwork) - design artifacts

5
examples/web-compose-in-js/README.MD

@ -1,3 +1,8 @@
**Run in browser:**
`./gradlew jsRun`
### How to use HTML based @Composable functions in JS?
Useful links:

4
examples/web-landing/README.md

@ -0,0 +1,4 @@
**Run in browser:**
`./gradlew jsRun`
Loading…
Cancel
Save