5.1.3 • Published 3 years ago

@episclera/multipack-with-react v5.1.3

Weekly downloads
93
License
MIT
Repository
github
Last release
3 years ago

GitHub Multipack

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Or you can sponsor via Open Collective

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

3 years ago

5.1.2

3 years ago

5.1.1

3 years ago

5.0.40

3 years ago

5.0.39

3 years ago

5.0.38

3 years ago

5.0.37

3 years ago

5.0.36

3 years ago

5.0.35

3 years ago

5.0.33

3 years ago

5.0.34

3 years ago

5.0.32

3 years ago

5.0.30

3 years ago

5.0.31

3 years ago

5.0.28

3 years ago

5.0.29

3 years ago

5.0.27

3 years ago

5.0.26

3 years ago

5.0.14

3 years ago

5.0.15

3 years ago

5.0.16

3 years ago

5.0.17

3 years ago

5.0.18

3 years ago

5.0.19

3 years ago

5.0.20

3 years ago

5.0.21

3 years ago

5.0.22

3 years ago

5.0.23

3 years ago

5.0.24

3 years ago

5.0.25

3 years ago

5.0.13

3 years ago

5.0.12

4 years ago

5.0.11

4 years ago

5.0.10

4 years ago

5.0.9

4 years ago

5.0.8

4 years ago

5.0.6

4 years ago

5.0.5

4 years ago

5.0.7

4 years ago

5.1.0-alpha.0

4 years ago

5.0.4

4 years ago

5.0.3

4 years ago

5.0.2

4 years ago

5.0.1

4 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.0.1

4 years ago