- List - a component that contains a list of individually-selectable items.
- Components for text manipulation
- Edit - a component for a single line of horizontal text
- Text Area - a component that represents pages of text
- Components for traversing text components
- Viewport - a component that keeps a subsection of a larger component in view, based around its cursor position.
- Scrollbars - horizontal and vertical bars that track the cursor position inside a viewport.
- Scroll Frame - a frame that has scroll bars
- Scroll Pane - a complete wrapper for a component, where that is contained in a viewport and can be explored using scroll bars.
- Button
- Toggle Button
- Composite Component
- A component that is composed of other components
- Frames
- Solid Frame - A frame that forms a solid border around a component
- Titled Frame - A frame that forms a solid border around a component with an area given over to a textual title.
- Framed Component - A component that ties a component and a frame together and ensures that the frame highlights when the associated component has focus.
- Built basic Munin framework
- Component
- Container
- Layout
- Provide fundamental components and layouts
- Components: Filled Box, Brush, Image
- Layouts: Null, Grid, Compass, etc.