list-item

WebJar for list-item

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.ryanburns23
ArtifactId

ArtifactId

list-item
Last Version

Last Version

2.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

list-item
WebJar for list-item
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/ryanburns23/list-item

Download list-item

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.ryanburns23/list-item/ -->
<dependency>
    <groupId>org.webjars.bowergithub.ryanburns23</groupId>
    <artifactId>list-item</artifactId>
    <version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.ryanburns23/list-item/
implementation 'org.webjars.bowergithub.ryanburns23:list-item:2.0.4'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.ryanburns23/list-item/
implementation ("org.webjars.bowergithub.ryanburns23:list-item:2.0.4")
'org.webjars.bowergithub.ryanburns23:list-item:jar:2.0.4'
<dependency org="org.webjars.bowergithub.ryanburns23" name="list-item" rev="2.0.4">
  <artifact name="list-item" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.ryanburns23', module='list-item', version='2.0.4')
)
libraryDependencies += "org.webjars.bowergithub.ryanburns23" % "list-item" % "2.0.4"
[org.webjars.bowergithub.ryanburns23/list-item "2.0.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

<list-item>

ES6 Polymer 2 list item with a skeleton loader

  • See the API docs for styling

Usage

<list-item
  headline="<list-item>"
  text="ES6 Polymer 2 list item with a skeleton loader">
</list-item>

<style>
  list-item.dark{
    background: #303030;
    --text-color: #ffffff;
    --secondary-text-color: #bcbcbc;
    --loader-background: #111;
    --loader-color: #7CB342;
    color: var(--text-color);
  }
</style>

<list-item class="dark" loading>
  Slotted Content also works...
  Remove the loading attribute to reveal this text
</list-item>

Install

bower i ryanburns23/list-item --S

Versions

Version
2.0.4