README.rdoc in royw-shoeshine-0.0.2 vs README.rdoc in royw-shoeshine-0.0.3
- old
+ new
@@ -2,18 +2,18 @@
This is a collection of UI elements for shoes (http://shoooes.net).
The collection currently includes:
-* UnorderedList is an unordered lists with various bullets
- * with/without bullets
+* List displays lists with various optional bullets or indexes
+ * bullets (circle, star, plus, or custom)
+ * indexes (anything that responds to a .next())
* vertical or horizontal orientation
* ListItems is a handy wrapper for placing things in the list
* DropDownMenu is an inplace drop down menu that can serve as popup menus
* An example application to show them off with
TODOs include:
-* ordered lists
* toolbar (horizontal list of icons)
* maybe a menubar
Usage