@scoped-vaadin/progress-bar
TypeScript icon, indicating that this package has built-in type declarations

23.0.2-rc.1 • Public • Published

@scoped-vaadin/progress-bar

This component is based on @vaadin/progress-bar

A web component for showing the completion status of a task or process.

Documentation + Live Demo ↗

npm version Discord

<vaadin23-progress-bar></vaadin23-progress-bar>
<vaadin23-progress-bar value="0.3"></vaadin23-progress-bar>
<vaadin23-progress-bar indeterminate></vaadin23-progress-bar>

Screenshot of vaadin-progress-bar

Installation

Install the component:

npm i @scoped-vaadin/progress-bar

Once installed, import the component in your application:

import '@scoped-vaadin/progress-bar';

Themes

Vaadin components come with two built-in themes, Lumo and Material. The main entrypoint of the package uses Lumo theme.

To use the Material theme, import the component from the theme/material folder:

import '@scoped-vaadin/progress-bar/theme/material/vaadin-progress-bar.js';

You can also import the Lumo version of the component explicitly:

import '@scoped-vaadin/progress-bar/theme/lumo/vaadin-progress-bar.js';

Finally, you can import the un-themed component from the src folder to get a minimal starting point:

import '@scoped-vaadin/progress-bar/src/vaadin-progress-bar.js';

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.

License

Apache License 2.0

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

Package Sidebar

Install

npm i @scoped-vaadin/progress-bar

Weekly Downloads

98

Version

23.0.2-rc.1

License

Apache-2.0

Unpacked Size

39.6 kB

Total Files

15

Last publish

Collaborators

  • robrez