--- name: docs url: / animateIn: fadeIn animateOut: fadeOut ---
You can create [Item] with this basic HTML
You can create advanced versions of [Item] with this HTML
You can easily customize [Item] with these classes:
You can customize with [Item] with these variables in
_settings.scss: ```scss $whatever-I-am: value; ```Optional Javascript Configurations:
```js $locationProvider.html5Mode({ enabled: true, requireBase: true }); ```