0.0.9 • Published 2 years ago

react-nft-slider v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

npm.io

React NFT Slider

A React component that creates a carousel slider showcasing NFTs from a specific collection or wallet without the need for connecting a wallet or using Web3.js or Ether.js.

Features

  • Shows NFTs from a collection using the collection address or wallet address
  • Displays NFTs in a responsive and interactive slider
  • Supports touch and mouse drag gestures for easy navigation
  • Customizable styling and appearance
  • Lightweight and easy to integrate into your React projects
  • Better annotation in typescript projects

Installation

npm

npm install react-nft-slider

yarn

yarn add react-nft-slider

Usage

import React from "react";
import NFTSlider from "react-nft-slider";

const MyNftSlider = () => {
  const collectionAddress = "0x..."; // Replace with your desired collection address

  return (
    <div>
      <h1>My NFT Collection</h1>
      <NFTSlider collection={collectionAddress} />
    </div>
  );
};

export default MyNftSlider;

Props

License

This project is licensed under the MIT License.

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago