# dola-ui-components

A repository for shared UI components across Dola Pay

## How to use

`npm i @dolacheckout/dola-ui-components`

```
import { Input } from '@dolacheckout/dola-ui-components'

const FirstNameField = () => {
  return (
    <Input
      name="firstName"
      label="First Name"
    />
  )
}
```

## Available Components

- Button
- RightArrowIcon
- Input
- LocationSearchInput
- CardIcon
- CaretDownIcon
- DolaIcon
- DolaIconDisabled
- LargeTickIcon
- CheckMarkIcon
- ConfirmationIcon
- MapPinIcon
- PadlockIcon
- SearchIcon
- CardBrand
- Tooltip
