https://github.com/fabiosantoscode/component-teaser
https://github.com/fabiosantoscode/component-teaser
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabiosantoscode/component-teaser
- Owner: fabiosantoscode
- License: other
- Created: 2015-09-28T10:41:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T15:12:23.000Z (over 9 years ago)
- Last Synced: 2025-01-17T22:45:31.496Z (about 1 year ago)
- Language: JavaScript
- Size: 828 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;
}