File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >HtmlToComposeWebConverter</h1 >
2
2
Intellij Idea Plugin that can convert HTML to Compose for Web code.
3
3
4
+ Turn this:
5
+ <p align =" center " >
6
+ <img src =" https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/buttonhtml.png " height =500 />
7
+ </p >
8
+
9
+ Into this:
10
+ <p align =" center " >
11
+ <img src =" https://raw.githubusercontent.com/Foso/HtmlToComposeWebConverter/blob/master/docs/composebutton.png " height =500 />
12
+ </p >
4
13
5
14
[ ![ jCenter] (https://img.shields.io/badge/Apache-2.0-green.svg
6
15
)] ( https://github.com/Foso/HtmlToComposeWebConverter/blob/master/LICENSE )
@@ -12,8 +21,10 @@ Intellij Idea Plugin that can convert HTML to Compose for Web code.
12
21
13
22
[ ![ GitHub stars] ( https://img.shields.io/github/stars/Foso/HtmlToComposeWebConverter.svg?style=social&label=Star )] ( https://github.com/Foso/HtmlToComposeWebConverter ) [ ![ GitHub forks] ( https://img.shields.io/github/forks/Foso/HtmlToComposeWebConverter.svg?style=social&label=Fork )] ( https://github.com/Foso/HtmlToComposeWebConverter/fork ) [ ![ GitHub watchers] ( https://img.shields.io/github/watchers/Foso/HtmlToComposeWebConverter.svg?style=social&label=Watch )] ( https://github.com/Foso/HtmlToComposeWebConverter ) [ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/jklingenberg_.svg?style=social )] ( https://twitter.com/jklingenberg_ )
14
23
15
- ## Introduction
24
+ ## Introduction / HOW TO USE
16
25
26
+ 1 ) Put your cursor to the place where you want to insert the Compose code.
27
+ 2 )
17
28
18
29
19
30
# 🏠 Architecture
You can’t perform that action at this time.
0 commit comments