react-rolodex

1.1.2 • Public • Published

react-rolodex

The React Rolodex is a versatile and interactive component designed to bring an engaging card navigation experience to your React applications. Seamlessly organize and display content within a dynamic rolodex-style UI, perfect for showcasing information, images, or any content you want to present in an interactive manner.

Installation

npm install react-rolodex

Usage

In the App

import React from 'react';
import VerticalRolodex from 'react-rolodex';

function App() {
  return (
    <div>
      <VerticalRolodex />
    </div>
  );
}

export default App;

Package Sidebar

Install

npm i react-rolodex

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

4.42 kB

Total Files

5

Last publish

Collaborators

  • chandra9666