Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
williamniemiec committed Aug 10, 2021
1 parent 40505d3 commit 68e5472
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
![](https://github.com/wniemiec-components-reactnative/day-picker/blob/master/docs/img/logo/logo.jpg)
![](https://github.com/wniemiec-component-reactnative/day-picker/blob/master/docs/img/logo/logo.jpg)

<h1 align='center'>Day picker</h1>
<p align='center'>Day selector.</p>
<p align="center">
<a href="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/windows.yml"><img src="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/windows.yml/badge.svg" alt=""></a>
<a href="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/macos.yml"><img src="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/macos.yml/badge.svg" alt=""></a>
<a href="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/ubuntu.yml/badge.svg" alt=""></a>
<a href="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/windows.yml"><img src="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/windows.yml/badge.svg" alt=""></a>
<a href="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/macos.yml"><img src="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/macos.yml/badge.svg" alt=""></a>
<a href="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/ubuntu.yml/badge.svg" alt=""></a>
<a href="https://reactnative.dev/"><img src="https://img.shields.io/badge/React Native-0.60+-D0008F.svg" alt="React Native compatibility"></a>
<a href="https://github.com/wniemiec-components-reactnative/day-picker/releases"><img src="https://img.shields.io/github/v/release/wniemiec-components-reactnative/day-picker" alt="Release"></a>
<a href="https://github.com/wniemiec-components-reactnative/day-picker/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-components-reactnative/day-picker" alt="License"></a>
<a href="https://github.com/wniemiec-component-reactnative/day-picker/releases"><img src="https://img.shields.io/github/v/release/wniemiec-component-reactnative/day-picker" alt="Release"></a>
<a href="https://github.com/wniemiec-component-reactnative/day-picker/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-component-reactnative/day-picker" alt="License"></a>
</p>
<hr />

Expand All @@ -18,11 +18,11 @@ React Native component that allows you to choose a day, in addition to being abl
## 🖼 Gallery

<div style="display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap"
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/day-picker/master/docs/img/screens/img1.png" alt="image 1" />
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/day-picker/master/docs/img/screens/img1.png" alt="image 1" />

<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/day-picker/master/docs/img/screens/img2.png" alt="image 2" />
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/day-picker/master/docs/img/screens/img2.png" alt="image 2" />

<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/day-picker/master/docs/img/screens/img3.png" alt="image 3" />
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/day-picker/master/docs/img/screens/img3.png" alt="image 3" />

## ❓ How to use
1. Install the component
Expand Down Expand Up @@ -91,10 +91,10 @@ let dayFormated = `${thisYear}-${thisMonth}-${thisDay}`;
|`{today: '#e51284', highlight: '#3cb371', future: '#233287', past: '#ff8055', default: '#777', text: 'white'}`|

## 🚩 Changelog
Details about each version are documented in the [releases section](https://github.com/wniemiec-components-reactnative/day-picker/releases).
Details about each version are documented in the [releases section](https://github.com/wniemiec-component-reactnative/day-picker/releases).

## 🤝 Contribute!
See the documentation on how you can contribute to the project [here](https://github.com/wniemiec-components-reactnative/day-picker/blob/master/CONTRIBUTING.md).
See the documentation on how you can contribute to the project [here](https://github.com/wniemiec-component-reactnative/day-picker/blob/master/CONTRIBUTING.md).

## 📁 Files

Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68e5472

Please sign in to comment.