## CustomWidget


A custom widget with `_repr_html_` for scale-to-fit testing.


Usage


``` python
CustomWidget(
    width="1500px",
    widget_id="custom_html",
)
```


This produces a wide HTML block that is NOT a GT table, verifying that scale-to-fit works for arbitrary `_repr_html_` objects.


## Parameters


`width: str = ``"1500px"`  
CSS width of the widget (e.g., `"1500px"`).

`widget_id: str = ``"custom_html"`  
HTML `id` attribute for targeting.
