1.0.8 • Published 5 years ago

reactland v1.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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>
  )
};
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago