@cdc/data-bite 4.22.10 → 4.22.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@cdc/data-bite)](https://www.npmjs.com/package/@cdc/data-bite)
4
4
 
5
-
6
5
  `<CdcDataBite />` is a React component produced by the CDC for highlighting/displaying a single piece of data in a card format. This package is part of the larger [CDC Open Visualization](https://github.com/CDCgov/cdc-open-viz) project.
7
6
 
8
7
  ### Installation and Usage
9
8
 
10
9
  1. Install the package in your React project `npm install @cdc/data-bite`
11
10
  2. Import the component and begin using in your code.
11
+
12
12
  ```JSX
13
13
  import CdcDataBite from '@cdc/data-bite'
14
14
 
@@ -30,6 +30,6 @@ Sample config data can be found in [packages/data-bite/examples](https://github.
30
30
 
31
31
  ### Properties
32
32
 
33
- | Property | Type | Description |
34
- |-------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
35
- | config | String | A JavaScript object with the configuration for the data bite. Pass either this or the configUrl property to setup your chart. |
33
+ | Property | Type | Description |
34
+ | -------- | ------ | ----------------------------------------------------------------------------------------------------------------------------- |
35
+ | config | String | A JavaScript object with the configuration for the data bite. Pass either this or the configUrl property to setup your chart. |