vaadin-avatar

WebJar for vaadin-avatar

License

License

Apache-2.0
Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

org.webjars.bowergithub.vaadin
ArtifactId

ArtifactId

vaadin-avatar
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

vaadin-avatar
WebJar for vaadin-avatar
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/vaadin/vaadin-avatar

Download vaadin-avatar

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.webjars.bowergithub.vaadin : vaadin-overlay jar [3.4.1,4)
org.webjars.bowergithub.vaadin : vaadin-list-box jar [1.3.0,2)
org.webjars.bowergithub.vaadin : vaadin-element-mixin jar [2.3.2,3)
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-item jar [2.2.0,3)
org.webjars.bowergithub.vaadin : vaadin-themable-mixin jar [1.6.1,2)
org.webjars.bowergithub.polymerelements : iron-resizable-behavior jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-material-styles jar [1.3.2,2)
org.webjars.bowergithub.polymerelements : iron-a11y-announcer jar [2.0.0,3)
org.webjars.bowergithub.vaadin : vaadin-lumo-styles jar [1.6.0,2)

Project Modules

There are no modules declared in this project.

<vaadin-avatar>

<vaadin-avatar> is a Web Component providing avatar displaying functionality.

Live Demo | API documentation

npm version Published on webcomponents.org Build Status Published on Vaadin Directory Stars on vaadin.com/directory Discord

<vaadin-avatar></vaadin-avatar>
<vaadin-avatar name="Jens Jansson"></vaadin-avatar>
<vaadin-avatar abbr="SK"></vaadin-avatar>
<vaadin-avatar-group max="2"></vaadin-avatar-group>
<script>
  document.querySelector('vaadin-avatar-group').items = [
    {name: 'Foo Bar', colorIndex: 1},
    {colorIndex: 2},
    {name: 'Foo Bar', colorIndex: 3}
  ];
</script>

Screenshot of vaadin-avatar

Installation

Install vaadin-avatar:

npm i @vaadin/vaadin-avatar --save

Once installed, import it in your application:

import '@vaadin/vaadin-avatar/vaadin-avatar.js';
import '@vaadin/vaadin-avatar/vaadin-avatar-group.js';

Getting started

Vaadin components use the Lumo theme by default.

To use the Material theme, import the correspondent file from the theme/material folder.

Entry points

  • The components with the Lumo theme:

    theme/lumo/vaadin-avatar.js theme/lumo/vaadin-avatar-group.js

  • The components with the Material theme:

    theme/material/vaadin-avatar.js theme/material/vaadin-avatar-group.js

  • Alias for theme/lumo/vaadin-avatar.js theme/lumo/vaadin-avatar-group.js:

    vaadin-avatar.js vaadin-avatar-group.js

Running API docs and tests in a browser

  1. Fork the vaadin-avatar repository and clone it locally.

  2. Make sure you have node.js 12.x installed.

  3. Make sure you have npm installed.

  4. When in the vaadin-avatar directory, run npm install to install dependencies.

  5. Run npm start, browser will automatically open the component API documentation.

  6. You can also open visual tests, for example:

Running tests from the command line

  1. When in the vaadin-avatar directory, run npm test

Debugging tests in the browser

  1. Run npm run debug, then choose manual mode (M) and open the link in browser.

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running npm run lint, which will automatically lint all .js files.

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

Contributing

To contribute to the component, please read the guideline first.

License

Apache License 2.0

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.

org.webjars.bowergithub.vaadin

Vaadin

An open platform for building modern web apps for Java back ends

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha9
1.0.0-alpha8
1.0.0-alpha7
1.0.0-alpha6
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1