Docs.rs
bubbletea-widgets-0.1.12
bubbletea-widgets 0.1.12
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
whit3rabbit
Dependencies
bubbletea-rs ^0.0.9
normal
clipboard ^0.5
normal
optional
crossterm ^0.29
normal
fuzzy-matcher ^0.3.7
normal
libc ^0.2.174
normal
lipgloss-extras ^0.1.1
normal
once_cell ^1.19
normal
strip-ansi-escapes ^0.2
normal
unicode-segmentation ^1.11
normal
unicode-width ^0.2
normal
tokio ^1.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module model
bubbletea_
widgets
0.1.12
Module model
Module Items
Structs
Functions
In bubbletea_
widgets::
textinput
bubbletea_widgets
::
textinput
Module
model
Copy item path
Source
Expand description
Core model implementation for the textinput component.
Structs
§
Model
The main text input component model for Bubble Tea applications.
Functions
§
blink
Creates a command that triggers cursor blinking.
new
Creates a new text input model with default settings.
new_
model
Creates a new text input model (alias for
new()
).
paste
Creates a command that retrieves text from the system clipboard.