woocommerce/plugins/woocommerce-admin/client/components/count
Paul Sealock 558d163f35 Sidebar: Add Tabs 2018-05-23 12:42:26 +12:00
..
README.md Sidebar: Add Tabs 2018-05-23 12:42:26 +12:00
index.js Sidebar: Add Tabs 2018-05-23 12:42:26 +12:00
style.scss Sidebar: Add Tabs 2018-05-23 12:42:26 +12:00

README.md

Count

Display a number with a styled border

Usage

import Count from 'components/count';

export default function myCount() {
	return (
		<Count count={ 33 } />
	);
}

Props

  • Marks required props
Name Type Default Description
count* number none Value of the number to be displayed