# react-native-simple-elements

[Docs](https://react-native-simple-widgets.github.io/react-native-simple-elements)
## Get Started

### Installation
```shell
npm install react-native-simple-elements
```
### Usage

```js
import PaperProviver from "react-native-simple-elements/components/theme/Provider";
import Button from 'react-native-simple-elements/components/Button';

<PaperProviver>
    <Button
        onPress={() => console.log("Hello")}
    >
        Press Me
    </Button>
</PaperProviver>
```

## Components included:

- [x] [Avatar](https://reactnativesimplecomponents.com/docs/avatar)
- [x] [Badge](https://reactnativesimplecomponents.com/docs/badge)
- [x] [BottomSheet](https://reactnativesimplecomponents.com/docs/bottomsheet)
- [x] [Button](https://reactnativesimplecomponents.com/docs/button)
- [x] [ButtonGroup](https://reactnativesimplecomponents.com/docs/button_group)
- [x] [Card](https://reactnativesimplecomponents.com/docs/card)
- [x] [CheckBox](https://reactnativesimplecomponents.com/docs/checkbox)
- [x] [Divider](https://reactnativesimplecomponents.com/docs/divider)
- [x] [Header](https://reactnativesimplecomponents.com/docs/header)
- [x] [Icon](https://reactnativesimplecomponents.com/docs/icon)
- [x] [Image](https://reactnativesimplecomponents.com/docs/image)
- [x] [Input](https://reactnativesimplecomponents.com/docs/input)
- [x] [ListItem](https://reactnativesimplecomponents.com/docs/listitem)
- [x] [SearchBar](https://reactnativesimplecomponents.com/docs/searchbar)
- [x] [Slider](https://reactnativesimplecomponents.com/docs/slider)
- [x] [Tile](https://reactnativesimplecomponents.com/docs/tile)
- [x] [Tooltip](https://reactnativesimplecomponents.com/docs/tooltip)

## React Native Web support

## Demo App

## Documentation

## Contributing

### First Contributors

### Core Contributors

### Slack Community

## Backers

## Sponsors
