0.1.33 • Published 7 months ago

nigerianstates-map v0.1.33

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

nigerianstates-map

This is a React Map library for Nigerian States

Intro

This React library provides a visualization to various individual States in the Country of Nigeria

Note

You can check the src/examples from the project directory for assistance.

Install

npm install --save nigerianstates-map
yarn add nigerianstates-map

Lagos

Lagos Hover

Sample Usage

import 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(
      <div>
        <Nigeria
          stateName={State.LAGOS}
          hoverColor="purple"
          defaultColor="blue"
          id="lagos"
        />
        <Kaduna
        />
        <Lagos
          hoverColor="purple"
          defaultColor="blue"
          id="lagos"
        />
     
    </div>

    );
  }
}

ReactDOM.render(<App />, 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
  4. Submit a pull request 😉😎

How can I thank you?

Why not star the github repo? Share to Others too.

And don't forget to follow me on twitter!

0.1.32

7 months ago

0.1.33

7 months ago

0.1.30

12 months ago

0.1.31

12 months ago

0.1.28

12 months ago

0.1.29

12 months ago

0.1.27

6 years ago

0.1.26

6 years ago

0.1.25

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago