File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
<img class =" mascot-image " src =" ./assets/robot_mascot.jpeg " />
15
15
<div class =" mascot-text-container " >
16
16
<div class="mascot-text">
17
- Build delightful web apps quickly in Python
17
+ Quickly build web UIs in Python
18
18
<div class="mascot-subtext">
19
19
Used at Google for rapid internal app development
20
20
</div>
@@ -28,22 +28,22 @@ Mesop is a Python-based UI framework that allows you to rapidly build web apps l
28
28
29
29
<div class =" box-row " >
30
30
<div class =" reason-box " >
31
- <div class="reason-title">Intuitive for UI novices </div>
31
+ <div class="reason-title">Easy to get started </div>
32
32
<ul>
33
33
<li>Write UI in <a href="#demo">idiomatic Python code</a></li>
34
34
<li>Skip the pain of learning the FE ecosystem (e.g. npm, compiling) with a single `pip install mesop`</li>
35
35
<li>Ready to use <a href="./components/text_io/">components</a></li>
36
36
</ul>
37
37
</div >
38
38
<div class =" reason-box " >
39
- <div class="reason-title">Frictionless developer workflows </div>
39
+ <div class="reason-title">Fast iteration </div>
40
40
<ul>
41
41
<li><b>Hot reload</b> so the browser automatically reloads and preserves state</li>
42
42
<li>Edit your UI code directly in the browser using the visual editor <em>(see below)</em></li>
43
43
</ul>
44
44
</div >
45
45
<div class =" reason-box " >
46
- <div class="reason-title">Flexible for delightful demos </div>
46
+ <div class="reason-title">Flexible & composable </div>
47
47
<ul>
48
48
<li>Build custom UIs <em>without</em> writing Javascript/CSS/HTML</li>
49
49
<li>Compose your UI into <a href="./guides/components/">components</a>, which are just Python functions</li>
You can’t perform that action at this time.
0 commit comments