react-mui-carousel
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

React MUI Carousel

Demo

Example

const items = [1, 2, 3, 4].map((value) => (
    <Box height={20} width={60} key={value}>
        Item {value + 1}
    </Box>
))

return <Box width={120}>
    <Carousel items={items} />
</Box>

Readme

Keywords

none

Package Sidebar

Install

npm i react-mui-carousel

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

52.2 kB

Total Files

15

Last publish

Collaborators

  • uber2a