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

Commit

Permalink
feat(taxonomies): Adding variant for the description list, file and c…
Browse files Browse the repository at this point in the history
…ard components - front-2012 (#597)
  • Loading branch information
planctus authored Feb 11, 2021
1 parent e7a5dff commit 56efa38
Show file tree
Hide file tree
Showing 29 changed files with 1,149 additions and 424 deletions.
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

0 comments on commit 56efa38

Please sign in to comment.