4.25.5-1 • Published 6 months ago

@cdc/markup-include v4.25.5-1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

@cdc/markup-include

npm

<CdcMarkupInclude /> is a React component produced by the CDC for importing HTML markup data from a separate source link.

This package is part of the larger CDC Open Visualization project.

Installation and Usage

  1. Install the package in your React project npm install @cdc/markup-include
  2. Import the component and begin using in your code.
import CdcMarkupInclude from '@cdc/markup-include'

function App() {

  return (
    <div className="App">
      <CdcMarkupInclude config={configObj} />
    </div>
  );
}

export default App;

Note, you must pass in a configuration object. Configuration objects can be created with the Editor package.

4.25.2-25

9 months ago

4.25.1

10 months ago

4.25.3

8 months ago

4.24.12-2

11 months ago

4.24.11

1 year ago

4.24.12

11 months ago

4.25.5-1

6 months ago

4.25.3-6

9 months ago

4.24.10

1 year ago

4.24.9

1 year ago

4.24.9-1

1 year ago

4.24.7

1 year ago

4.24.5

2 years ago

4.24.4

2 years ago

4.24.3

2 years ago

4.24.2

2 years ago

4.24.1

2 years ago

4.23.11

2 years ago

4.23.7

2 years ago

4.23.8

2 years ago

4.23.9

2 years ago

4.23.10-alpha

2 years ago

4.23.10

2 years ago

4.23.6

2 years ago

4.23.5

2 years ago

4.23.4

3 years ago

4.23.3

3 years ago

4.23.2

3 years ago

4.23.1

3 years ago

4.22.11

3 years ago

4.22.10

3 years ago

9.22.9

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago