Docs.rs
bubbletea-widgets-0.1.1
bubbletea-widgets 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
whit3rabbit
Dependencies
bubbletea-rs ^0.0.6
normal
clipboard ^0.5
normal
optional
crossterm ^0.29
normal
fuzzy-matcher ^0.3.7
normal
lipgloss-extras ^0.0.8
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
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
bubbletea_
widgets
0.1.1
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.