Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

feat(taxonomies): Adding variant for the description list, file and card components - front-2012 #597

Merged
merged 5 commits into from
Feb 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/ec/packages/ec-component-card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ npm install --save @ecl-twig/ec-component-card
- "links" (array) (default: []): List of links (required if Card type is a 'tile'). The format of each element in the array
- "label" (string) (default: ''): Label of link
- "path" (string) (default: ''): Link url (href attribute)
- "lists" (array) (default: []) Array of objects of type "description list"
- "variant" (optional) (taxonomy or horizontal)
- "items" (array)
- term (string)
- definition (string, array of strings or array of objects)
- **"icon_path"** (string) (default: '') Path to icons file
- **"extra_classes"** (optional) (string) (default: '') Extra classes (space separated)
- **"extra_attributes"** (optional) (array) (default: []) Extra attributes
Expand Down
Loading