# Introduction
This software transforms an arbitrarily deeply nested HTML list into Miller
Columns.
# Setup
1. Clone the repository into a web directory.
1. Point the browser to `miller-columns/index.html`.
# Example
Include the following files:
Implement the following script:
The `current` function is called when the user selects an item. The `$item`
parameter is the item that the user selected. If the user presses the Escape
key (or otherwise deselects all items), then `$item` will be `undefined`.
Create nested HTML elements as follows:
The `breadcrumb`, `toolbar`, and `container` items are optional. The `tabindex`
is necessary for keyboard interaction. See `index.html` for additional details.