Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SocialGouv/react-departements

Une carte de France où certains departements peuvent être colorés.
https://github.com/SocialGouv/react-departements

carte france map react svg

Last synced: 27 days ago
JSON representation

Une carte de France où certains departements peuvent être colorés.

Awesome Lists containing this project

README

        



React Departements


🧹Une carte de France où certains departements peuvent être colorés.✨


License: Apache-2.0
Npm version


Npm banner








## Installation

```sh
$ npm install @socialgouv/react-departements
# or
$ yarn add @socialgouv/react-departements

# `react@16+` and `prop-types@15+` must be installed
$ yarn add react prop-types
```

## Usage

```js
import France from "@socialgouv/react-departements";

;
```

See [example/src](./example/src).

## Props

| Prop | type | usage | default |
| -------------- | ------ | ------------------------------------ | ------- |
| color | string | couleur par défaut d'un département | #74B4FF |
| highlightColor | string | couleur du highlight | #b3ff75 |
| departements | array | liste des départements à highlighter | [] |

## Source

Le fond de carte est [issu de wikimedia et distribué sous licence Creative Commons Attribution-Share Alike](https://commons.wikimedia.org/wiki/File:Communes_france-fr.svg)