svelte-breadcrumb

1.0.4 • Public • Published

svelte-breadcrumb

A dynamic breadcrumb svelte component

Installation

npm install svelte-breadcrumb --save

Usage

import Breadcrumb from "svelte-breadcrumb";

<Breadcrumb stepsCount={10} activeStep={5}/>

PROPS (property - default value)

stepsCount = 5;
activeStep = 1;
activeColor = '#0066f5';
defaultColor = '#999';
circleSize = 12;
lineWidth = 30;
lineStrokeWidth = 2;

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i svelte-breadcrumb

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

4.12 kB

Total Files

6

Last publish

Collaborators

  • klipjan