inline-list
A custom element for a simple inline list.
[ This description is mirrored from README.md at github.com/richardcarls/inline-list on 2019-05-22 ]
<inline-list>
A custom element for a simple inline list.
<inline-list>
<span>Epsilon</span>
<span>Eucrades</span>
<span>Dernesto</span>
<span>Quillduct</span>
</inline-list>
Installation
$ bower install --save richardcarls/inline-list
Import
<link rel="import" href="bower_components/inline-list/inline-list.html">
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
- polymer#Polymer/polymer#^2.0.0
- Released
- 2017-08-26
- Maturity
- IMPORTED
- License
- BSD 3-clause "New" or "Revised" License
Compatibility
- Framework
- Polymer 2.0+
- Browser
- Browser Independent
inline-list - Vaadin Add-on Directory
A custom element for a simple inline list.
**[ This description is mirrored from README.md at [github.com/richardcarls/inline-list](https://github.com//richardcarls/inline-list/blob/v1.0.1/README.md) on 2019-05-22 ]**
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/richardcarls/inline-list)
# \
A custom element for a simple inline list.
```html
Epsilon
Eucrades
Dernesto
Quillduct
```
## Installation
```sh
$ bower install --save richardcarls/inline-list
```
## Import
```html
```