Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.97 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.97 KB

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:

  • Copy to clipboard
  • Set the page title
  • Read/write the Browser local storage
  • Minified JavaScript code templates

Install from PyPI

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

pip install reactpy-utils

More information about this package can be found on the documentation.

🙏 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.