5.1.3 • Published 4 years ago
@episclera/multipack-with-react v5.1.3
Getting started
- Install:
npm i @episclera/multipack-with-react
import React from 'react'
import { Counter, useCounter } from '@episclera/multipack-with-react'
const App = () => {
const { count, increment, decrement } = useCounter(0)
return (
<Counter count={count} onDecrement={decrement} onIncrement={increment} />
)
}
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or you can sponsor via Open Collective
Author
@episclera/multipack © Episclera, Released under the MIT License. Authored and maintained by Episclera with help from contributors (list).
If you like this repository star⭐ and watch👀 on GitHub
5.1.3
4 years ago
5.1.2
4 years ago
5.1.1
4 years ago
5.0.40
4 years ago
5.0.39
4 years ago
5.0.38
4 years ago
5.0.37
4 years ago
5.0.36
5 years ago
5.0.35
5 years ago
5.0.33
5 years ago
5.0.34
5 years ago
5.0.32
5 years ago
5.0.30
5 years ago
5.0.31
5 years ago
5.0.28
5 years ago
5.0.29
5 years ago
5.0.27
5 years ago
5.0.26
5 years ago
5.0.14
5 years ago
5.0.15
5 years ago
5.0.16
5 years ago
5.0.17
5 years ago
5.0.18
5 years ago
5.0.19
5 years ago
5.0.20
5 years ago
5.0.21
5 years ago
5.0.22
5 years ago
5.0.23
5 years ago
5.0.24
5 years ago
5.0.25
5 years ago
5.0.13
5 years ago
5.0.12
5 years ago
5.0.11
5 years ago
5.0.10
5 years ago
5.0.9
5 years ago
5.0.8
5 years ago
5.0.6
5 years ago
5.0.5
5 years ago
5.0.7
5 years ago
5.1.0-alpha.0
5 years ago
5.0.4
5 years ago
5.0.3
5 years ago
5.0.2
5 years ago
5.0.1
5 years ago
4.0.0
5 years ago
3.0.0
5 years ago
2.0.1
5 years ago