1.0.5 • Published 5 years ago

scrivito-progressbar v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Scrivito Progressbar

CMS: Scrivito License: MIT

A progressbar React component/Scrivito widget for the Scrivito CMS.

Screenshot

Screenshot

Installation

Open your terminal.

$ cd to your Scrivito project

$ npm install scrivito-progressbar

Import the widget in your javascript src/Widgets/index.js.

Add this line to your index.js:

import "scrivito-progressbar";

Also add the styling of the react-sweet-progress component to your app. (e.g. in index.scss):

@import "~react-sweet-progress/lib/style.css";

Features

A progress bar as a bar or as a circle.

Widget properties

In the widget properties you can set:

  • Percent
  • Type
  • Style (Success, Active, Error)
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago