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
- Host: GitHub
- URL: https://github.com/stevej2608/reactpy-utils
- Owner: stevej2608
- License: mit
- Created: 2024-11-30T11:59:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-22T11:52:05.000Z (about 1 month ago)
- Last Synced: 2025-12-23T22:49:55.750Z (29 days ago)
- Topics: components, python, reactpy
- Language: Python
- Homepage:
- Size: 1.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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