1.1.0 • Published 8 months ago

@nest-ui/carousel v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Nest Carousel

React UI library for marketplace created by Nest design team.

Getting Started

$ npm i @nest-ui/carousel @emotion/react@^11.10.4

Basic usage

import { Carousel } from '@nest-ui/carousel';

const App = () => {
  return (
    <div css={{ width: '100%', border: '1px solid #eee', overflow: 'hidden' }}>
      <p css={{ fontSize: '10px', textAlign: 'center' }}>swipe or drag with mouse</p>
      <Carousel>
        <img
          alt=""
          css={{ width: '100%', height: 300, objectFit: 'cover', display: 'block' }}
          src="https://picsum.photos/seed/1/1280/768.webp"
        />
        <img
          alt=""
          css={{ width: '100%', height: 300, objectFit: 'cover', display: 'block' }}
          src="https://picsum.photos/seed/2/1280/768.webp"
        />
        <img
          alt=""
          css={{ width: '100%', height: 300, objectFit: 'cover', display: 'block' }}
          src="https://picsum.photos/seed/3/1280/768.webp"
        />
      </Carousel>
    </div>
  );
};

Showcase

Comming soon...

Future ideas

TBH...

1.1.0

8 months ago

1.0.1

8 months ago

1.0.0

12 months ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.3-dev.1

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.1-dev.2

1 year ago

0.0.1-dev.1

1 year ago