# Packages
Package asciigraph provides a simple plotting widget.
Package bargraph provides a simple plotting widget.
Package boxadapter provides a widget that will allow a box widget to be used in a flow context.
Package button provides a clickable widget which can be decorated.
Package cellmod provides a widget that can change the cell data of an inner widget.
Package checkbox provides a widget which can be checked or unchecked.
Package clicktracker provides a widget that inverts when the mouse is clicked but not yet released.
Package columns provides a widget for organizing other widgets in columns.
Package dialog provides a modal dialog widget with support for ok/cancel.
Package disable provides a widget that forces its inner widget to be disable (or enabled).
Package divider provides a widget that draws a dividing line between other widgets.
Package edit provides an editable text field widget with support for password hiding.
Package fill provides a widget that can be filled with a styled rune.
Package fixedadaptor provides a widget that will render a fixed widget when supplied with a box context.
Package framed provides a widget that draws a frame around an inner widget.
Package grid allows widgets to be arranged in rows and columns.
Package holder provides a widget that wraps an inner widget, and allows it to be easily swapped for another.
Package hpadding provides a widget that pads an inner widget on the left and right.
Package isselected provides a widget that acts differently if selected (or focused).
Package keypress provides a widget which responds to keyboard input.
Package list provides a widget displaying a vertical list of widgets with one in focus and support for previous and next.
Package menu is a widget that presents a drop-down menu.
Package null provides a widget which does nothing and renders nothing.
Package overlay is a widget that allows one widget to be overlaid on another.
Package padding provides a widget that pads an inner widget on the sides, above and below.
Package palettemap provides a widget that can change the color and style of an inner widget.
Package paragraph provides a simple text widget that neatly splits over multiple lines.
Package pile provides a widget for organizing other widgets in a vertical stack.
Package progress provides a simple progress bar.
Package radio provides radio button widgets where one can be selected among many.
Package selectable provides a widget that forces its inner widget to be selectable.
Package shadow adds a drop shadow effect to a widget.
Package spinner provides a simple themable spinner.
Package styled provides a colored styled widget.
Package table provides a widget that renders tabular output.
Package terminal provides a widget that functions as a unix terminal.
Package text provides a text field widget.
Package tree is a widget that displays a collection of widgets organized in a tree structure.
Package vpadding provides a widget that pads an inner widget on the top and bottom.
Package vscroll provides a vertical scrollbar widget with mouse support.