A React Map library for Nigerian States Map
npm install nigerianstates-mapThis is a React Map library for Nigerian States
This React library provides a visualization to various individual States in the Country of Nigeria
npm install --save nigerianstates-map
`
`
yarn add nigerianstates-map
`$3
`javascriptimport React from "react";
import {Lagos, Kaduna, Nigeria, State} from 'nigerianstates-map';
/**
* You can import any state you need.
* Or Import Nigeria and specify the state name.
*/
class App extends React.Component {
render() {
/**
* You can import any state you need.
*/
/**
* @param hoverColor=>string color to be used when the map is hovered on.
* @param defaultColor=> the default color for the map
* @param id=> A unique id for the map
*/
return(
stateName={State.LAGOS}
hoverColor="purple"
defaultColor="blue"
id="lagos"
/>
/>
hoverColor="purple"
defaultColor="blue"
id="lagos"
/>
);
}
}
ReactDOM.render( , document.querySelector("#root"));
`Unit Test
To run the tests, run npm run test.See the test files in
src/lib/tests for an example of a component test.
Contributing
1. Create your feature branch: git checkout -b feature-name
2. Commit your changes: git commit -m 'Some commit message'
3. Push to the branch: git push origin feature-name`Why not star the github repo? Share to Others too.
And don't forget to follow me on twitter!