This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7979dbc474
woocommerce
/
plugins
/
woocommerce-admin
/
client
/
components
/
count
/
example.md
112 B
Raw
Blame
History
import
{
Count
}
from
'@woocommerce/components'
;
const
MyCount
=
()
=>
(
<
Count
count
=
{
33
}
/>
);