Skip to content

Changelog

Version v0.3.0

0.3.0 (2025-02-28)

Features

Extended Theming

It is now possible to override a ton of different colors and properties of the Inspect component. The base16 system is kept intact, but the internal mapping of base16-colors to roles can be overridden with a custom css theme-class or by passing css-vars to the component directly like so:

<Inspect {value} --caret-color="white" --caret-focus-color="hotpink" />

📖 Docs 📋 Full list of overrideable CSS variables