@geoinsight/react-components
v1.2.0
Published
This library is the main UI component library for geoinsight
Readme
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 />
