Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 583 Bytes

File metadata and controls

12 lines (9 loc) · 583 Bytes

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
  • custom_elements - Shows how you can use custom HTML elements