{"id":24015934,"url":"https://github.com/brettlaw/blazorvintagekit","last_synced_at":"2026-02-07T06:02:49.010Z","repository":{"id":271124177,"uuid":"912407567","full_name":"BrettLaw/BlazorVintageKit","owner":"BrettLaw","description":"A growing set (3 so far) of Vintage / Retro style Blazor UI components.","archived":false,"fork":false,"pushed_at":"2025-01-17T15:59:44.000Z","size":5529,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T04:12:06.870Z","etag":null,"topics":["blazor","blazor-components","blazor-server","blazor-webassembly","vintage"],"latest_commit_sha":null,"homepage":"","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/BrettLaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-05T13:49:26.000Z","updated_at":"2025-01-17T16:07:51.000Z","dependencies_parsed_at":"2025-01-08T20:55:12.142Z","dependency_job_id":null,"html_url":"https://github.com/BrettLaw/BlazorVintageKit","commit_stats":null,"previous_names":["brettlaw/blazorvintagekit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrettLaw%2FBlazorVintageKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrettLaw%2FBlazorVintageKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrettLaw%2FBlazorVintageKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrettLaw%2FBlazorVintageKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrettLaw","download_url":"https://codeload.github.com/BrettLaw/BlazorVintageKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252788408,"owners_count":21804281,"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":["blazor","blazor-components","blazor-server","blazor-webassembly","vintage"],"created_at":"2025-01-08T08:23:12.426Z","updated_at":"2025-05-06T23:46:42.006Z","avatar_url":"https://github.com/BrettLaw.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlazorVintageKit\n\nA vintage inspired seventeen segment display and configuration scoller for Blazor. Supports serverside or wasm interaction.\n\n\u003ca href=\"https://blazorvintagekit-gjefahhff5dng7dg.uksouth-01.azurewebsites.net/\"\u003eDemo site here\u003c/a\u003e (azure free tier, might be slow or stopped if quota is exceeded).\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick for seventeen segment animated screenshot\u003c/summary\u003e\n  \u003cp\u003e \u003cimg src=\"media/BVKSS.gif\" alt=\"Seventeen Segment Scroller animation\" /\u003e \u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eClick for LED stack animated screenshot\u003c/summary\u003e\n  \u003cp\u003e \u003cimg src=\"media/BVKLS.gif\" alt=\"LED Stack animation\" /\u003e \u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eClick for configurable Dial animated screenshot\u003c/summary\u003e\n  \u003cp\u003e \u003cimg src=\"media/BVKDial.gif\" alt=\"Dial animation\" /\u003e \u003c/p\u003e\n\u003c/details\u003e\n\n## Table of Contents\n\n1. [Installation](#installation)\n2. [Usage](#usage)\n3. [Contributing](#contributing)\n4. [License](#license)\n5. [Contact](#contact)\n\n## Installation\n\n\u003ccode\u003edotnet add package BlazorVintageKit\u003c/code\u003e\n\nAfter installation include css from the package:\n\u003ccode\u003e \u0026lt;link rel=\"stylesheet\" href=\"_content/BlazorVintageKit/BlazorVintageKit.css\" /\u003e \u003c/code\u003e\n\n## Usage\n[See the examples in this repo.](https://github.com/BrettLaw/BlazorVintageKit/tree/dev/src/Examples/Examples.Client/Pages)\n\nThis package provides:\n\n* A seventeen segment display:\u003cbr\u003e\n\t\u003cimg src=\"media/SeventeenSegment.png\" alt=\"Seventeen Segment Display\" /\u003e\u003cbr\u003e\n\t\u003ccode\u003e\u003cBlazorVintageKit.Components.SeventeenSegmentDisplay Character=\"@CurrentCharacter\" /\u003e\u003c/code\u003e\n* A scroller composed of seventeen segment displays:\n\t\u003cimg src=\"media/Scroller.png\" alt=\"Seventeen Segment Scroller\" /\u003e\u003cbr\u003e\n\t\u003ccode\u003e\u003cBlazorVintageKit.Components.RetroScrollingDisplay DisplayText=\"Text to scroll.\" /\u003e\u003c/code\u003e\u003cbr\u003e\n\tcustomisable like this:\u003cbr\u003e\n\t\u003ccode\u003e\u003cBlazorVintageKit.Components.RetroScrollingDisplay DisplayText=\"@DisplayText\" ScrollDelayMS=@ScrollDelay CharacterCount=@CharacterCount LoopPadding=\"@LoopPadding\" FixHeightPX=\"@FixHeightPX\" /\u003e\u003c/code\u003e\n* An LED stack:\u003cbr\u003e\n\t\u003cimg src=\"media/LEDStack.png\" alt=\"LED Stack\" /\u003e\u003cbr\u003e\n\t\u003ccode\u003e\u003cBlazorVintageKit.Components.LEDStack BarValue=@barValue BarCount=11 LowLimit=4 MedLimit=7 /\u003e\u003c/code\u003e\n* A VERY configurable Dial component:\u003cbr\u003e\n\t\u003cimg src=\"media/Dial.png\" alt=\"Dial\" /\u003e\u003cbr\u003e\n\t\u003ccode\u003e\u003cBlazorVintageKit.Components.Dial Options=\"new DialOptions()\"/\u003e\u003c/code\u003e\n\t\nWhile these can be used with blazor server rendering, WASM is recommended.\t\n\n## Contributing\n?\n\n## License\nMIT - see license.txt\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrettlaw%2Fblazorvintagekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrettlaw%2Fblazorvintagekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrettlaw%2Fblazorvintagekit/lists"}