Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterblazejewicz/twittercardstaghelpers
- Owner: peterblazejewicz
- License: unlicense
- Created: 2015-10-26T21:16:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T22:11:26.000Z (almost 9 years ago)
- Last Synced: 2023-04-05T21:37:56.751Z (over 1 year ago)
- Language: C#
- Size: 486 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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