reactland

1.0.8 • Public • Published

ReactLand

A React component that demonstrates fully responsive D3 charts.

Maintenance Status

Requires React 16.0.0 or higher.

Currently, the primary purpose of this React component is to quickly demonstrate some examples of fully responsive D3 visualisations inside of a React app.

npm i reactland
 

Usage

Nest this component anywhere inside of your app, whilst ensuring you style the parent component with a reasonable CSS height property.

Toggle between the two example charts by specifying a prop of 'example' with a value of either 'alphabet' or 'football';

import ReactLand from 'reactland';
 
function App() {
  return (
    <div style={{height: '100vh'}}>
      <ReactLand example='alphabet'/>
    </div>
  )
};
 

Package Sidebar

Install

npm i reactland

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

102 kB

Total Files

15

Last publish

Collaborators

  • davidod