@do1fendi/react
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

How to install NPM package to current Next js project

  1. npm i @do1fendi/slide
  2. import InfiniteSlider from "@do1fendi/slide";
  3. add "./node_modules/@do1fendi/slide/**/*.{js,jsx,ts,tsx}" in tailwind.config.ts
 content: [
    "./pages/**/*.{js,ts,jsx,tsx,mdx}",
    "./components/**/*.{js,ts,jsx,tsx,mdx}",
    "./app/**/*.{js,ts,jsx,tsx,mdx}",
    "./node_modules/@do1fendi/slide/**/*.{js,jsx,ts,tsx}"
  ],

Props

  • children: ReactNode[];
  • slidesToShow?: number;
  • autoSlide?: boolean;
  • interval?: number;
  • wrapped?: boolean;
  • showBullet?: boolean;
  • rounded?: boolean;
  • roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl";

Example use

<InfiniteSlider showBullet autoSlide>
    <div className="h-[200px]">1</div>
    <div className="h-[200px]">2</div>
</InfiniteSlider>

/@do1fendi/react/

    Package Sidebar

    Install

    npm i @do1fendi/react

    Weekly Downloads

    0

    Version

    0.0.13

    License

    ISC

    Unpacked Size

    7.39 kB

    Total Files

    9

    Last publish

    Collaborators

    • do1fendi