
Echo-Components
Package for creating echo related components.

/bundlephobia/:format/:packageName
Install
NPM
npm install @equinor/echo-components --save
Development
Run
For development we have provided a test playground to be able to test components. This can be run by using.
npm start
Test
Echo components is set upt to run Jest test suite. To run tests use.
npm run test
For abetter overview, run tests with test coverage.
npm run test-coverage
Storybook
You can see and test the components using storybook.
Run:
npm run storybook