Download Latest Version v2.1.1 source code.tar.gz (102.6 kB)
Email in envelope

Get an email when there's a new version of Bubbles

Home / v2.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-26 1.1 kB
v2.1.0 source code.tar.gz 2026-03-26 102.8 kB
v2.1.0 source code.zip 2026-03-26 142.5 kB
Totals: 3 Items   246.4 kB 0

Shrink ’n’ grow your textareas

The update adds a new feature to automatically resize your textarea vertically as its content changes.

:::go
ta := textarea.New()
ta.DynamicHeight = true   // Enable dynamic resizing
ta.MinHeight = 3          // Minimum visible rows
ta.MaxHeight = 10         // Maximum visible rows
ta.MaxContentHeight = 20  // Maximum rows of content

Piece of cake, right?

Enjoy! 💘

Changelog

New!

  • f1daacfa0cfee07e31a12498078426d275aa5286: feat(textarea): dynamic height (#910) (@meowgorithm)

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Source: README.md, updated 2026-03-26