Code Block
A code block component with syntax highlighting and line numbers.
python
# Variables and Calculationa = 10b = 20c = a + bprint("a =", a)print("b =", b)print("a + b =", c)Install
Use Open-UI CLI or Shadcn CLI to install the component.
Open-UI CLI
Shadcn CLI
Usage
The usage and properties of the component are not yet documented.