0.0.9 • Published 11 months ago

react-nft-slider v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months 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

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago