@pcgnpm/display-card
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

#display-card

Usage

<DisplyCard component={() => { return ( <> <View style={{justifyContent: 'center', alignSelf: 'center'}}> Something asfdsafasfdsfdsa Something asfdsafasfdsfdsa 3 4 <BarChart data={[ { y: 445744, x: 1, xLabel: 'Previous Week', xSubLabel: 'MAY 1 - MAY 7', }, { y: 460121, x: 2, xLabel: 'Current Week', xSubLabel: 'MAY 8 - MAY 14', }, ]} width={300} height={200} trendColor="#CD6263" labelFormatType="number" labelFormatOptions={{ thousand: ',', precision: 0, }} /> </> ); }} iconComponent={() => { return ( <FontAwesomeIcon name="user" size={21} color="#CD6263" style={{alignSelf: 'center'}}> ); }} color="#CD6263" />

Package Sidebar

Install

npm i @pcgnpm/display-card

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

2.02 kB

Total Files

4

Last publish

Collaborators

  • ritesh.jariwala
  • stvsan