Skip to content

Files

Latest commit

 

History

History

examples

Examples

Tip

Run each example with python main.py

The examples showcase the two supported ways of running JSX in Python. Examples with _codec show how to use a custom codec. Examples with _import_hook show how to use an import hook.

  • table - Shows how you can easily generate an HTML table from data
  • custom_components - Shows how you can use custom components
  • props - Shows some advanced props usage