{"id":18569460,"url":"https://github.com/timeu/timeu-wizard","last_synced_at":"2026-01-24T14:40:47.374Z","repository":{"id":57741606,"uuid":"48509697","full_name":"timeu/timeu-wizard","owner":"timeu","description":"A Polymer element for displaying the progress in a multi-step wizard","archived":false,"fork":false,"pushed_at":"2017-09-18T13:32:43.000Z","size":27,"stargazers_count":14,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T14:03:33.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.webcomponents.org/element/timeu/timeu-wizard","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timeu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-23T20:26:13.000Z","updated_at":"2019-03-03T10:25:44.000Z","dependencies_parsed_at":"2022-09-09T07:23:30.715Z","dependency_job_id":null,"html_url":"https://github.com/timeu/timeu-wizard","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeu%2Ftimeu-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeu%2Ftimeu-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeu%2Ftimeu-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeu%2Ftimeu-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timeu","download_url":"https://codeload.github.com/timeu/timeu-wizard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239301995,"owners_count":19616451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T22:34:12.536Z","updated_at":"2025-11-01T16:30:26.755Z","avatar_url":"https://github.com/timeu.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/timeu/timeu-wizard.svg)](https://travis-ci.org/timeu/timeu-wizard) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/timeu/timeu-wizard)\n\n_[Demo and API Docs](https://www.webcomponents.org/element/timeu/timeu-wizard)_\n\n\n## \u0026lt;timeu-wizard\u0026gt;\n\nThe `timeu-wizard` element displaying the progress of a wizard as a series of connected circles.\nBy default the step number is displayed inside the circle and if provided a label below.\nThe available steps are provided by either as an `array` of `Objects` or an `array` of `Strings`.\n\n\n**This branch (master) works only with Polymer 2.x. For a Polymer 1.x version check out the 1.x branch**\n\n## Versions (Polymer 2.x vs Polymer 1.x)\nThe *master* branch and all *2.x.x* releases require `Polymer 2.x`.\nFor `Polymer 1.x` support use *1.x.x* releases and the [1.x branch](https://github.com/timeu/timeu-wizard/tree/1.x).\n\n## How to use\n\nSimple example:\n\n\n\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n      \u003cscript src=\"../webcomponentsjs/webcomponents-lite.js\"\u003e\u003c/script\u003e\n      \u003clink rel=\"import\" href=\"timeu-wizard.html\"\u003e\n      \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003ctimeu-wizard steps='[\"Step1\",\"Step2\",\"Step3\"]' step=\"2\"\u003e\u003c/timeu-wizard\u003e\n```\n\nBy providing an `array` of `Objects` users can provide custom contents for the circles.\n\nExample with custom circle content:\n```html\n\u003ctimeu-wizard steps='[{\"label:Step1\",\"content\":\"A\"},{label:\"Step2\",\"content\":\"B\"}]'\u003e\u003c/timeu-wizard\u003e\n```\nIt is also possible to display a vertical progress by adding the `vertical` attribute:\n```html\n\u003ctimeu-wizard vertical steps='[\"Step1\",\"Step2\",\"Step3\"]' step=\"2\"\u003e\u003c/timeu-wizard\u003e\n```\n### Styling\n\nThe following custom properties and mixins are also available for styling:\n\nCustom property | Description | Default\n----------------|-------------|----------\n`--timeu-wizard-line-color` | The color of the line  | `#dfdfdf`\n`--timeu-wizard-line-size` | The thickness of the line | `1px`\n`--timeu-wizard-circle-size` | The size of the circle | `40px`\n`--timeu-wizard-filling-color` | The collor of the filling of the line | `#2db36f`\n`--timeu-wizard-anim-speed` | The animation speed for the circles and lines | `0.5s`\n`--timeu-wizard-active-color` | The color of finished steps and the current active step | `#2db36f`\n`--timeu-wizard-label-font-size` | The font-size of the labels | `13px`\n`--timeu-wizard-step-font-size` | The font-size of the steps inside of the circle | `25px`\n`--timeu-wizard-circle-border-size` | The thickness of the circle border | `1px`\n`--timeu-wizard` | Mixin applied to element host | {}\n`--timeu-wizard-container` | Mixin applied to container div | {}\n`--timeu-wizard-list` | Mixin applied to steps list | {}\n`--timeu-wizard-list-item` | Mixin applied to each step | {}\n`--timeu-wizard-list-item-active` | Mixin applied to each active step | {}\n`--timeu-wizard-list-item-done` | Mixin applied to each done step | {}\n`--timeu-wizard-list-item-icon` | Mixin applied to each step icon | {}\n`--timeu-wizard-list-item-checkicon` | Mixin applied to each done step icon | {}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimeu%2Ftimeu-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimeu%2Ftimeu-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimeu%2Ftimeu-wizard/lists"}