@hooks/stack
v0.1.0
Published
React hook to manage a stack
Downloads
14
Readme
🎒 @hooks/stack
React hook to manage a stack
Install
npm i @hooks/stackUsage
useStack
useStack(initialState: Item[] = [])Parameters
initialState: Item[] = []
Populate the stack with an array of initial values.
