chore: add links to examples

This commit is contained in:
Jakub Grzywacz 2021-07-20 12:23:59 +02:00
parent cadb1b9f4d
commit 486b7a55be
No known key found for this signature in database
GPG Key ID: 5BBB685871FF63C4
1 changed files with 4 additions and 4 deletions

View File

@ -94,13 +94,13 @@ translation={{
You can clone the repo and run `yarn example ios` or `yarn example android` to preview app with this examples.
### [Basic](/example/src/Basic/Basic.tsx)
![Preview](/example/assets/light-preview.jpg)
### Dark
### [Dark](/example/src/Dark/Dark.tsx)
![Preview](/example/assets/dark-preview.jpg)
### Translated
### [Translated](/example/src/Translated/Translated.tsx)
![Preview](/example/assets/translated-preview.jpg)
### DisabledCategories
### [DisabledCategories](/example/src/DisabledCategories/DisabledCategories.tsx)
![Preview](/example/assets/categories-preview.jpg)
### Static (without knob)
### [Static (without knob)](/example/src/Static/Static.tsx)
![Preview](/example/assets/static-preview.jpg)
## 📈 Future plans
* Skin tone palette selector.