react-alphabet-list-v2

0.1.0 • Public • Published

React-Alphabet-List(in-Dev)

NPM

Preview

¶Demo

Alphabet-List-Demo On CodeSandBox

¶Usage

const data =["anything"]
<AlphabetList
  data={data}
  style={{}}
  generateFn={
    (item, index) => {
      return (
        <div key={item}>
          {item}
        </div>
      )
    }
  }
/>

This Project is Under The MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i react-alphabet-list-v2

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

51.3 kB

Total Files

11

Last publish

Collaborators

  • misterjuiice