1.0.5 • Published 2 years ago

ukrainian-war-map v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Overview

This is a small react that was created to display a map of hostilities taking place in Ukraine

Since I am a resident of Ukraine, I would like to thank all the countries that have supported us, thank you for your help, we are one!

Usage

Install the component via npm: npm install ukrainian-war-map.

Map

import Map from "ukrainian-war-map";
<Map
    width={640}
    height={480}
/>

Here you can see an example of the work

NameTypeDescriptionRequiredDefault
widthnumberSpecifies the width of the mapfalse640
heightnumberIndicates the height of the mapfalse480

Unchain

Unchain is a charity project created by blockchain activists to support people in Ukraine during this crisis time. Your support helps us raise and quickly distribute money for humanitarian needs. So that the people of Ukraine could get help where they need it the most. We’re always open for cooperation. This component looks like this

import { Unchain } from "ukrainian-war-map";
<Unchain
    openLink={true}
/>
NameTypeDescriptionRequiredDefault
openLinkbooleanindicates whether the link will be opened when you click on the componentfalsetrue
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago