Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Improved readability of views/widget section in the index
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Jan 30, 2015
1 parent 7762cfc commit 0c35db3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ of renderables using a `GridLayout`, and change that into a `ListLayout`. When u
- [Layout helpers](#layout-helpers)

### Views / widgets
- LayoutController ([API Reference](docs/LayoutController.md))
- ScrollController ([API Reference](docs/ScrollController.md))
- FlexScrollView ([API Reference](docs/FlexScrollView.md) | [Tutorial](tutorials/FlexScrollView.md))
- DatePicker ([API Reference](docs/widgets/DatePicker.md) | [Tutorial](tutorials/DatePicker.md))
- TabBar ([API Reference](docs/widgets/TabBar.md) | [Tutorial](https://github.com/IjzerenHein/famous-flex-tabbar/blob/master/tutorial/TabBar.md))
- [LayoutController](docs/LayoutController.md)
- [ScrollController](docs/ScrollController.md)
- [FlexScrollView](docs/FlexScrollView.md) [(Tutorial)](tutorials/FlexScrollView.md)
- [DatePicker](docs/widgets/DatePicker.md) [(Tutorial)](tutorials/DatePicker.md)
- [TabBar](docs/widgets/TabBar.md) [(Tutorial)](https://github.com/IjzerenHein/famous-flex-tabbar/blob/master/tutorial/TabBar.md)

### [Layouts](#standard-layouts)
- [GridLayout](docs/layouts/GridLayout.md)
Expand Down

0 comments on commit 0c35db3

Please sign in to comment.