Skip to content

Commit c91ebd9

Browse files
author
fbchen
committed
modify README.md
1 parent 7f7dd60 commit c91ebd9

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Build flexible layouts with constraints, Similar to Android ConstraintLayout.
44

5+
No matter how complex the layout is and how deep the dependencies are, each child element of
6+
ConstraintLayout will only be measured once This results in extremely high layout performance.
7+
58
# Feature
69

710
1. build flexible layouts with constraints
@@ -12,7 +15,21 @@ Build flexible layouts with constraints, Similar to Android ConstraintLayout.
1215
6. bias
1316

1417
Coming soon:
15-
1.guideline 2.barrier 3.constraints visualization 4.chain 5.more...
18+
19+
1. guideline
20+
2. barrier
21+
3. constraints visualization
22+
4. chain
23+
5. more...
24+
25+
Support platform:
26+
27+
1. Android
28+
2. iOS
29+
3. Mac
30+
4. Windows
31+
5. Linux
32+
6. Web
1633

1734
# Example
1835

0 commit comments

Comments
 (0)