# Introduction
This library is used for Geoinsight, on their websites.

## Install
Install with npm:
`npm install @geoinsight/react-components`

Install with yarn:
`yarn add @geoinsight/react-components`

## Use
As an example:
`import { Button } from "@geoinsight/react-components";`

## Docs
### Basic components
#### Button
`<Button />`

#### Input
`<Input />`

#### TextArea
`<TextArea />`


