Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterblazejewicz/csstoggleswitchtaghelper

An ASP.NET 5 TagHelpers encapsulating CSS Toggle Switch: https://github.com/ghinda/css-toggle-switch
https://github.com/peterblazejewicz/csstoggleswitchtaghelper

Last synced: 25 days ago
JSON representation

An ASP.NET 5 TagHelpers encapsulating CSS Toggle Switch: https://github.com/ghinda/css-toggle-switch

Awesome Lists containing this project

README

        

# CSS Toggle Switch TagHelpers

An ASP.NET 5 TagHelpers encapsulating CSS Toggle Switch: https://github.com/ghinda/css-toggle-switch

This project is WIP. The current code uses raw HTML markup, not dedicated TagHelper (TBD).

## Documentation

```
dnu restore

dnu build

dnx web
```

```
dnu restore

dnu build

dnx test
```

## Author

@peterblazejewicz