154 Commits

Author SHA1 Message Date
Iyad Thayyil
0c5371adb3 feat: add Menu component (#485) 2019-03-21 14:36:48 +02:00
Satyajit Sahoo
19238824a8 chore: upgrade component-docs 2019-03-01 15:07:53 +01:00
Satyajit Sahoo
4754e098ec chore: upgrade component-docs 2019-02-26 13:35:40 +01:00
Raphael Araújo
ee7cc5d5a9 docs: add documentation to use react-native-paper with CRA (#874) 2019-02-26 13:19:27 +01:00
Satyajit Sahoo
c17f477df3 chore: upgrade component-docs 2019-02-24 22:43:57 +01:00
Satyajit Sahoo
224cdbcc8e chore: upgrade component-docs 2019-02-22 02:54:48 +01:00
Satyajit Sahoo
7a4966dfed docs: update instructions for running the example app 2019-02-19 23:08:47 +01:00
Satyajit Sahoo
c108aafa6d docs: upgrade component docs and redesign landing page 2019-02-19 00:40:34 +01:00
Grzegorz Gawrysiak
13d51c0b47 docs: Add new showcase project (#829) 2019-02-09 13:56:34 +01:00
Julian Hundeloh
ad6f253df8 feat: add card title component (#796)
* feat: card title

* fix: add action prop

* fix: harmonize props with List.Item

* fix: set fixed width of left element

* fix: optimize height
2019-02-06 10:21:01 +01:00
Satyajit Sahoo
5ac1daf425 docs: fix instructions for web 2019-02-04 21:48:34 +01:00
Rajendran Nadar
c552f000e3 docs: fix broken image link activity indicator (#811)
<!-- Please provide enough information so that others can review your pull request. -->
<!-- Keep pull requests small and focused on a single change. -->

### Motivation

https://callstack.github.io/react-native-paper/activity-indicator.html

Gif not showing up in activity indicator example.
<!-- What existing problem does the pull request solve? Can you solve the issue with a different approach? -->

### Test plan

Fixed the name of the gif file.

<!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. -->
2019-02-04 21:40:25 +01:00
Lukas Kurucz
f79c00d835 docs: remove whitespace around selection (#810) 2019-02-04 21:39:58 +01:00
Julian Hundeloh
fb6762ee10 feat: ActivityIndicator component (#723)
This component serves as a drop-in replacement for the component that is delivered by React Native out of the box. It's design tries to imitate the indeterminate circular progress indicator from the Material guidelines:
https://material.io/design/components/progress-indicators.html#circular-progress-indicators
2019-02-04 08:34:56 +01:00
Satyajit Sahoo
b329305909 docs: fix documentation for react-native-web 2019-01-30 21:21:01 +01:00
Satyajit Sahoo
8fbe725610 docs: fix typo 2019-01-30 01:25:20 +01:00
Satyajit Sahoo
90450fc0d2 chore: fix errors in web configuration 2019-01-29 01:15:30 +01:00
Satyajit Sahoo
163aa29d65 docs: add react-native-paper dep when opening the snacks 2019-01-29 01:07:31 +01:00
Satyajit Sahoo
4a882594e7 docs: add instructions for react-native-web 2019-01-29 01:03:49 +01:00
Julian Hundeloh
1de5095d13 feat: add Badge component 2019-01-22 15:02:36 +01:00
Satyajit Sahoo
fa1fd5e16f docs: fix edit link and try on snack link 2019-01-22 13:02:00 +01:00
Julian Hundeloh
b68fac70b0 feat: add Avatar component 2019-01-22 12:55:16 +01:00
Satyajit Sahoo
e4ca933f38 docs: don't use a form for icon list 2019-01-14 14:42:02 +01:00
Satyajit Sahoo
f261f36b60 docs: show a message when no matching icon was found 2019-01-14 14:28:03 +01:00
Satyajit Sahoo
a35e3e0380 chore: upgrade component-docs 2019-01-14 13:49:17 +01:00
lukewalczak
7313202436 docs: add a list of icons in the Icons page 2019-01-14 13:15:56 +01:00
Satyajit Sahoo
f1be44bb10 chore: update component-docs and linaria 2019-01-08 01:00:55 +01:00
Antonio Moreno Valls
c0f7f90e67 feat: ToggleButton component (#575) 2018-12-10 12:17:18 +01:00
Julian Hundeloh
68a5b78ac1 feat: DataTable component (#446) 2018-11-27 12:29:01 +01:00
Satyajit Sahoo
77fb950de3 docs: update the guides for latest React Native 2018-11-06 15:34:22 +01:00
Satyajit Sahoo
5265fb4e52 chore: upgrade deps 2018-11-05 15:10:54 +01:00
Dawid
4e9056286b fix: fix small issue in docs (Showcase section). (#581)
While i was trying to update React and Flow versions, i found a small issue in docs.  We were trying to access `android` and `ios` properties on wrong object.
2018-10-07 19:55:25 +02:00
Waquid Valiya Peedikakkal
60e0782981 feat: RTL usage for icons (#566) 2018-10-04 12:08:24 +02:00
Kacper Wiszczuk
9e0fe32e14 feat: add typescript support (#561) 2018-10-04 12:04:10 +02:00
Dawid
d3a7c48eee Add implementation of banner component. (#441)
* feat: initial implementation of banner component.

* feat: add props description.

* refactor: Change the way banner is structured.

* refactor: small refactor of banner component and example.

* refactor: remove some not needed logic from banner and add example.

* refactor: refactor of banner props description and little clean up in component.

* refactor: simplify implementation of banner

* feat: add snapshot tests for banner.

* feat: add banner gif.

* fix: fix example.

* fix: reduce banner gif size.

* fix: reduce gif size even more.
2018-09-27 13:58:08 +02:00
Tomasz Czajęcki
81b0177f0b docs: fix wrong URL to 'getting started' (#545)
I've noticed that link to the _getting started_ page in the docs seems to not working as expected since `*.html` extension is added anyway and it makes the link broken:
`https://callstack.github.io/react-native-paper/getting-started.html.html`.

### Motivation

The documentation is important part of the library and should be working properly.

### Test plan

Enter `/docs`, install using `yarn` and run it with `yarn start`.

> **NOTE:** _the current version works on localhost and breaks only in the prod env. Suggested change will probably work in both, but needs to be verified by someone who knows the deployment process._
2018-09-13 12:52:07 +02:00
Satyajit Sahoo
b82f183178 docs: add more screenshots 2018-09-04 19:59:40 +02:00
Satyajit Sahoo
abb71cb008 chore: upgrade component-docs 2018-09-04 15:34:21 +02:00
Satyajit Sahoo
6785992d8f docs: improve examples 2018-09-04 13:48:30 +02:00
Satyajit Sahoo
6cc83d2be2 docs: add link to try examples on snack 2018-09-03 13:20:41 +02:00
Satyajit Sahoo
3128ee7be8 chore: update branding in the documentation 2018-09-02 20:32:50 +02:00
Satyajit Sahoo
d9e1739fd0 chore: also build docs for 1.0 2018-09-02 20:25:11 +02:00
Satyajit Sahoo
61c6fef264 BREAKING: replace ListSection.* and DrawerSection.* with List.* and Drawer.* (#524) 2018-09-02 03:46:33 +02:00
Satyajit Sahoo
f6e42f363c chore: upgrade component-docs 2018-09-02 03:41:27 +02:00
Satyajit Sahoo
f1cde8a3fc BREAKING: TextInput redesign (#522) 2018-09-01 00:31:40 +02:00
Julian Hundeloh
206c1b39a3 feat: allow themeable backdrop (#507) 2018-08-28 12:17:22 +02:00
Julian Hundeloh
0108b23d33 feat: rename TouchableIcon to IconButton and export it 2018-06-28 14:28:49 +02:00
Satyajit Sahoo
773c4f5da1 docs: point to snack to try the example app 2018-06-06 13:38:15 +02:00
Grzegorz Gawrysiak
1d3276a2ab BREAKING: Redesign Chips. Closes #369 2018-06-04 15:46:45 +02:00
Satyajit Sahoo
2688e0bbe2 docs: update docs regarding babel and flow. fixes #392 2018-06-04 11:58:35 +02:00