0.1.1 • Published 9 months ago

react-alphabet-list-x v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

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

0.1.1

9 months ago

0.1.0

9 months ago