Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterblazejewicz/twittercardstaghelpers

A Twitter Cards as TagHelper
https://github.com/peterblazejewicz/twittercardstaghelpers

Last synced: 25 days ago
JSON representation

A Twitter Cards as TagHelper

Awesome Lists containing this project

README

        

# TwitterCardsTagHelpers
A Twitter Cards as TagHelper

## Design

Consider WebComponent like markup you can find in other places:
```html

```
This is from React: [http://react-toolbox.com/#/components/card](http://react-toolbox.com/#/components/card)

```html

Some content


Some action

```
This one is from Polymer project Paper elements: [https://elements.polymer-project.org/elements/paper-card](https://elements.polymer-project.org/elements/paper-card)

In ASP.NET5 that is possible to have wecomponent like custom markup. For example having:
```html

```
Output:
```html

```

Usage:
```cshtml

```

## Author
@peterblazejewicz