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

Commit

Permalink
feat(accordion): add accordion 2 - INNO-1548 (#100)
Browse files Browse the repository at this point in the history
* add accordion 2

* two packages

* small fix

* fix data

* update test
  • Loading branch information
emeryro authored and yhuard committed Jun 25, 2019
1 parent 0955c00 commit dd724bf
Show file tree
Hide file tree
Showing 12 changed files with 720 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ec/packages/ec-component-accordion/accordion.story.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ storiesOf('Components/Accordion', module)
.addDecorator(withCode)
.addDecorator(withNotes)
.add(
'default',
'[deprecated] ECL < 2.6.0',
() => {
// This needs to be in the scope of this function.
// Called on knob's change of value.
Expand Down
4 changes: 4 additions & 0 deletions src/ec/packages/ec-component-accordion2/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__snapshots__
*.story.js
*.test.js
**/*.md
4 changes: 4 additions & 0 deletions src/ec/packages/ec-component-accordion2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7 changes: 7 additions & 0 deletions src/ec/packages/ec-component-accordion2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ECL Twig - EC Accordion 2 component

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

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

0 comments on commit dd724bf

Please sign in to comment.