Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <img src="https://raw.githubusercontent.com/reactive-python/reactpy/main/branding/svg/reactpy-logo-square.svg" align="left" height="45"/> ReactPy

<p>
<a href="https://github.com/reactive-python/reactpy/actions">
<img src="https://github.com/reactive-python/reactpy/workflows/test/badge.svg?event=push">
<a href="https://github.com/reactive-python/reactpy/actions/workflows/check.yml">
<img src="https://github.com/reactive-python/reactpy/actions/workflows/check.yml/badge.svg">
</a>
<a href="https://pypi.org/project/reactpy/">
<img src="https://img.shields.io/pypi/v/reactpy.svg?label=PyPI">
Expand All @@ -18,7 +18,6 @@
</a>
</p>


[ReactPy](https://reactpy.dev/) is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components that look and behave similar to those found in [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used by those without web development experience while also being powerful enough to grow with your ambitions.

<table align="center">
Expand Down
Loading