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

Commit

Permalink
feat: implement timeline2 component - INNO-1546 (#102)
Browse files Browse the repository at this point in the history
* INNO-1546 Timeline component without JS

* INNO-1546 Test updates

* INNO-1546 add missing dependency in ec-components

* INNO-1546 update tests and add js

* INNO-1546 bugfixes and cleanup

* INNO-1546 update docs

* INNO-1546 update button component and documentation

* INNO-1546 Undo button extra classes and use transform property

* INNO-1546 remove trailing commas and remove correct dependency

* INNO-1546 simplify the timeline component

* Revert "INNO-1546 simplify the timeline component"

This reverts commit 97ddf18.

* INNO-1546 update component with from - to

* INNO-1546 test updates and 0 to scenario

* INNO-1546 add logic for positive to, tests improvements, knobs

* INNO-1546: Improve code readability

* INNO-1546 give the comment some space
  • Loading branch information
haringsrob authored and yhuard committed Jun 28, 2019
1 parent c2218a7 commit 1406b9d
Show file tree
Hide file tree
Showing 12 changed files with 7,063 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ec/packages/ec-component-timeline/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__snapshots__
*.story.js
*.test.js
**/*.md
Empty file.
7 changes: 7 additions & 0 deletions src/ec/packages/ec-component-timeline/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ECL Twig - EC Timeline component

npm package: `@ecl-twig/ec-component-timeline`

```shell
npm install --save @ecl-twig/ec-component-timeline
```
Loading

0 comments on commit 1406b9d

Please sign in to comment.