An open API service indexing awesome lists of open source software.

https://github.com/stevej2608/reactpy-utils

Utilities and components that target the more obscure aspects of website design with ReactPy
https://github.com/stevej2608/reactpy-utils

components python reactpy

Last synced: 8 days ago
JSON representation

Utilities and components that target the more obscure aspects of website design with ReactPy

Awesome Lists containing this project

README

          

# ReactPy Utils














The **[reactpy-utils]** project is a collection of utilities and components that target the more obscure aspects
of website design with [ReactPy].

The following list gives a flavour of the type of features that are available:

- [X] Copy to clipboard
- [X] Set the page title
- [X] Read/write the Browser local storage
- [X] Minified JavaScript code templates

### Install from PyPI

Run the following command to install [reactpy-utils] in your Python environment.

```bash linenums="0"
pip install reactpy-utils
```

More information about this package can be found on [the documentation](https://stevej2608.github.io/reactpy-utils/latest/).

## 🙏 Credits

In order to maintain consistency within the [ReactPy] ecosystem, the Hatch build and GitHub workflow
configurations and the project documentation layout conform those of the [reactpy-router]. Many thanks to
all those involved.

[reactpy-utils]: https://pypi.org/project/reactpy-utils/
[reactpy-router]: https://github.com/reactive-python/reactpy-router
[ReactPy]: https://reactpy.dev/docs/index.html