Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(components): Carousel and Step components (#482)
* add Step, Carousel and AspectRatio components * add comment to disabled specs * remove logs, refine code parts * update snapshots * add exports, enable skipped tests * Update src/components/AspectRatio/AspectRatio.spec.js Co-Authored-By: Connor Bär <[email protected]> * Update src/components/Step/Step.spec.js Co-Authored-By: Connor Bär <[email protected]> * Update src/components/Carousel/hooks/use-component-size.spec.js Co-Authored-By: Connor Bär <[email protected]> * remove comment * updates re review comments + update stories * use _.over instead of custom func * throttle resize events + update story files * add browser support note to doc * add missed test to hit 100% codecov Co-authored-by: Connor Bär <[email protected]>
- Loading branch information