Draggable
uitemplate
Draggable component
Terminal
$termuijs render draggable
Installation
$ bunx termuijs add draggable
Copies the source into src/components/draggable/ and installs @termuijs/jsx, @termuijs/widgets.
Usage
ts
import { Draggable } from '@termuijs/ui'ts
<Draggable title="My App">
<YourContent />
</Draggable>API Reference
Draggable
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | required | Page content |
title | string | — | App/page title |
padding | number | 1 | Outer padding |