react-alphabet-list-v2
v0.1.0
Published
[](https://npmjs.org/package/react-alphabet-list)
Downloads
10
Readme
React-Alphabet-List(in-Dev)

¶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

