Add Slider component for animated slide-in transitions
This transition is not as simple as applying a CSS transition property to an element since browsers do not support animating `width` / `height` from 0px to "auto" to fit the content. Therefore add a component to handle the steps in the transition.
Showing
Please register or sign in to comment