An open API service indexing awesome lists of open source software.

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.

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

Seventeen Segment Scroller animation

Click for LED stack animated screenshot

LED Stack animation

Click for configurable Dial animated screenshot

Dial animation

## 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:

Seventeen Segment Display


* A scroller composed of seventeen segment displays:
Seventeen Segment Scroller



customisable like this:


* An LED stack:

LED Stack


* A VERY configurable Dial component:

Dial



While these can be used with blazor server rendering, WASM is recommended.

## Contributing
?

## License
MIT - see license.txt