## Usage

Tokens are an object that has been created after a user action, like selecting an autocompleted item
while searching. They have a close action in the form of an 'x'.

## Using the component

~~~html
<gl-token>
  Token
</gl-token>
~~~
