https://github.com/brettlaw/blazorvintagekit
A growing set (3 so far) of Vintage / Retro style Blazor UI components.
https://github.com/brettlaw/blazorvintagekit
blazor blazor-components blazor-server blazor-webassembly vintage
Last synced: 4 months ago
JSON representation
A growing set (3 so far) of Vintage / Retro style Blazor UI components.
- Host: GitHub
- URL: https://github.com/brettlaw/blazorvintagekit
- Owner: BrettLaw
- License: mit
- Created: 2025-01-05T13:49:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T15:59:44.000Z (over 1 year ago)
- Last Synced: 2025-03-31T04:12:06.870Z (about 1 year ago)
- Topics: blazor, blazor-components, blazor-server, blazor-webassembly, vintage
- Language: HTML
- Homepage:
- Size: 5.27 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BlazorVintageKit
A vintage inspired seventeen segment display and configuration scoller for Blazor. Supports serverside or wasm interaction.
Demo site here (azure free tier, might be slow or stopped if quota is exceeded).
Click for seventeen segment animated screenshot
Click for LED stack animated screenshot
Click for configurable Dial animated screenshot
## Table of Contents
1. [Installation](#installation)
2. [Usage](#usage)
3. [Contributing](#contributing)
4. [License](#license)
5. [Contact](#contact)
## Installation
dotnet add package BlazorVintageKit
After installation include css from the package:
<link rel="stylesheet" href="_content/BlazorVintageKit/BlazorVintageKit.css" />
## Usage
[See the examples in this repo.](https://github.com/BrettLaw/BlazorVintageKit/tree/dev/src/Examples/Examples.Client/Pages)
This package provides:
* A seventeen segment display:

* A scroller composed of seventeen segment displays:

customisable like this:
* An LED stack:

* A VERY configurable Dial component:

While these can be used with blazor server rendering, WASM is recommended.
## Contributing
?
## License
MIT - see license.txt