# <%= name %> Component

# Description

Basic description & screenshot.

# Usage

```html
<component
  attribute-one="$ctrl.somethingHere"
  attribute-two="somethingElseHere"
  attribute3-three="youGetThePoint">
</component>
```

### Required Attributes

* `required-attribute1` (**String**) - Provide a brief description of the attribute.


### Optional Attributes

* `optional-attribute1` (**String**) - Provide a brief description of the attribute. 


### Related Components