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

https://github.com/fabiosantoscode/component-teaser


https://github.com/fabiosantoscode/component-teaser

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# component-teaser

The teaser component is the basic element for the creation of collections.
This component is primarily developed to be used in lists of articles or blog posts.

Colours overwrite:
------------------
You can override default value for colours introducing variables as below:

:root {
--teaser-color-title: green;
--teaser-color-flytitle: blue;
--teaser-color-text: yellow;
--teaser-color-datetime: black;
--teaser-background-color-datetime: purple;
}