Skip to content

Commit

Permalink
Tweak docs/index.md to highlight value prop (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen authored Apr 29, 2024
1 parent a795a41 commit f095743
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hide:
<img class="mascot-image" src="./assets/robot_mascot.jpeg"/>
<div class="mascot-text-container">
<div class="mascot-text">
Build delightful web apps quickly in Python
Quickly build web UIs in Python
<div class="mascot-subtext">
Used at Google for rapid internal app development
</div>
Expand All @@ -28,22 +28,22 @@ Mesop is a Python-based UI framework that allows you to rapidly build web apps l

<div class="box-row">
<div class="reason-box">
<div class="reason-title">Intuitive for UI novices</div>
<div class="reason-title">Easy to get started</div>
<ul>
<li>Write UI in <a href="#demo">idiomatic Python code</a></li>
<li>Skip the pain of learning the FE ecosystem (e.g. npm, compiling) with a single `pip install mesop`</li>
<li>Ready to use <a href="./components/text_io/">components</a></li>
</ul>
</div>
<div class="reason-box">
<div class="reason-title">Frictionless developer workflows</div>
<div class="reason-title">Fast iteration</div>
<ul>
<li><b>Hot reload</b> so the browser automatically reloads and preserves state</li>
<li>Edit your UI code directly in the browser using the visual editor <em>(see below)</em></li>
</ul>
</div>
<div class="reason-box">
<div class="reason-title">Flexible for delightful demos</div>
<div class="reason-title">Flexible & composable</div>
<ul>
<li>Build custom UIs <em>without</em> writing Javascript/CSS/HTML</li>
<li>Compose your UI into <a href="./guides/components/">components</a>, which are just Python functions</li>
Expand Down

0 comments on commit f095743

Please sign in to comment.