--- name: docs url: / animateIn: fadeIn animateOut: fadeOut ---

Sample Component

Sample Component intro text curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus.


Example Here

Basic HTML

You can create [Item] with this basic HTML

```html
```
[Demo of item]

Advanced HTML

You can create advanced versions of [Item] with this HTML

```html
```
[Demo of item]

Additional Options

You can easily customize [Item] with these classes:

```html .class = what it does ```

Sass Variables

You can customize with [Item] with these variables in

_settings.scss: ```scss $whatever-I-am: value; ```

Using the Javascript

Optional Javascript Configurations:

```js $locationProvider.html5Mode({ enabled: true, requireBase: true }); ```