Commit Graph

27 Commits

Author SHA1 Message Date
Satyajit Sahoo
f32a55f96b fix: adjust button and card styling 2016-11-20 19:33:44 +05:30
Satyajit Sahoo
0f3e1420a4 feat: add Card.Cover, Card.Actions and Card.Content
These components can adjust their styling automatically based on their siblings without any extra work on user's end. For example, the cover adjusts it's border radius, content adjusts it's padding, etc.
2016-11-20 17:48:14 +05:30
Ahmed Elhanafy
0a73f77f2b Revert "Revert "Add radio and check buttons"" 2016-11-13 21:41:16 +02:00
Ahmed Elhanafy
47efa8eb86 Revert "Add radio and check buttons" 2016-11-13 21:25:35 +02:00
Satyajit Sahoo
eeb8210ab9 feat: add <RadioButton /> component. fixes #13 2016-11-13 23:50:58 +05:30
Satyajit Sahoo
7264166463 feat: add <Checkbox /> component. fixes #12 2016-11-13 23:49:14 +05:30
Satyajit Sahoo
9054c8c782 docs: update divider example 2016-11-13 11:53:53 +05:30
Satyajit Sahoo
a25b2c0dd3 Merge branch 'master' into divider 2016-11-13 11:29:21 +05:30
ferrannp
ec714d42c7 Merge branch 'master' into divider
Conflicts:
	example/src/ExampleList.js
2016-11-12 13:44:40 +01:00
Satyajit Sahoo
07bca5a54b feat: add color prop, don't add bg for non-raised button 2016-11-12 15:14:11 +05:30
ferrannp
a9da6fbea4 feat: Add divider. #8. 2016-11-11 23:45:41 +01:00
Satyajit Sahoo
1557aa58a7 feat: add disabled button style 2016-11-12 02:01:06 +05:30
Satyajit Sahoo
1271d66292 feat: add icon and loading support to <Button /> 2016-11-12 01:02:12 +05:30
Satyajit Sahoo
34a8b9f0d4 chore: add missing dependency 2016-11-11 23:50:32 +05:30
Ahmed Elhanafy
4afa48a7de Merge pull request #56 from react-native-paper/exponent
chore: update dependencies
2016-11-11 20:17:10 +02:00
Satyajit Sahoo
d1536d6b2c feat: add <Card /> component 2016-11-11 23:13:32 +05:30
Satyajit Sahoo
ecc481f9f5 chore: update dependencies 2016-11-11 21:37:05 +05:30
Satyajit Sahoo
74c9f8b613 feat: add buttons 2016-11-11 20:22:34 +05:30
Satyajit Sahoo
b725648d73 fix: follow line height and opacity guidelines for text 2016-11-02 07:35:01 +05:30
Satyajit Sahoo
f28c3359b9 feat: add a paper component. fixes #42 (#47)
Since Google doesn't document the shadow values anywhere (it was documented earlier, but only upto 5dp), this is an approximation.
2016-11-02 06:57:16 +05:30
Satyajit Sahoo
dcc3988334 Use exponent's fork of vector icons 2016-10-25 23:09:24 +05:30
Ahmed Elhanafy
28313b2b85 Add different text components and add them in the example app (#38)
* Add different text components and add them in the example app

* Rename textWithProps to createStyledText and change isAndroid to isIOS in fonts

* Rename primaryText to text and disabled
2016-10-24 19:34:18 +05:30
Satyajit Sahoo
9ddb159f7d Setup example app 2016-10-24 03:43:56 +05:30
Ahmed Elhanafy
bd2f2a1b66 Touchable component (#34)
* Initial implementation of Touchable component

* Export touchable component

* Fix export statement

* Edit Touchable Component

* Fix export statement

* Update example app with usage of touchable component

* Make eslint happy

* Change style propType

* Change Touchable name => TouchableRipple, add check on older versions of Android and change borderLess prop to borderless

* Remove usage of TouchableRipple from example app
2016-10-24 02:39:34 +05:30
Satyajit Sahoo
1506c838b8 Fix typo 2016-10-24 00:59:07 +05:30
Satyajit Sahoo
016dd6c922 Migrate example app to exponent 2016-10-24 00:47:53 +05:30
Satyajit Sahoo
5963ff982d Rename example app folder 2016-10-23 23:36:39 +05:30