Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 429 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