Skip to content

Draggable

uitemplate

Draggable component

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

PropTypeDefaultDescription
childrenReactNoderequiredPage content
titlestringApp/page title
paddingnumber1Outer padding
#template#draggable