Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/SocialGouv/react-departements
- Owner: SocialGouv
- Created: 2019-07-01T07:50:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T16:51:58.000Z (about 1 month ago)
- Last Synced: 2024-12-01T03:49:22.762Z (about 1 month ago)
- Topics: carte, france, map, react, svg
- Language: JavaScript
- Homepage: https://SocialGouv.github.io/react-departements
- Size: 3.27 MB
- Stars: 21
- Watchers: 3
- Forks: 6
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
React Departements
🧹Une carte de France où certains departements peuvent être colorés.✨
## 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)