UNPKG

@skhemata/skhemata-blog

Version:

Skhemata Blog Web Component. This web component provides several sub components in addition to main component, allowing featured blogs, blog listing and blog post display.

33 lines (32 loc) 702 B
{ "version": 2, "tags": [ { "name": "skhemata-blog", "description": "A component with a title and an action counter", "properties": [ { "name": "title", "type": "String", "description": "The title of your component", "default": "Hey there" }, { "name": "counter", "type": "Number", "description": "An action counter", "default": 0 } ], "events": [], "slots": [], "cssProperties": [ { "name": "--skhemata-blog-text-color", "description": "Main Text Color", "type": "Color" } ] } ] }