Loading...
A component that serves as a generic scrollable container, with the ability to scroll child components and views inside it. It provides scroll functionality in both directions: vertical and horizontal
import ScrollView from 'lumine-ui';
const CustomComponent = () => {
return (
<ScrollViewExample />
);
};