2017-08-29 15:49:52 +03:00
< nb-card size = "medium" >
2017-09-12 15:18:25 +03:00
< nb-card-body >
2017-09-20 14:25:36 +03:00
< div class = "picture" style . background-image = "url('assets/images/kitten-{{currentTheme}}.png')" > < / div >
2017-08-29 15:49:52 +03:00
2017-09-12 15:18:25 +03:00
< div class = "details" >
< div class = "title" >
React Native UI Kitten
< / div >
< div class = "description" >
React Native UI Kitten is a framework that contains a set of commonly used UI components styled in a similar way. The most awesome thing: you can change themes on the fly by just passing a different set of variables. 100% native. Give our kitten a try!
< / div >
2017-08-29 15:49:52 +03:00
< / div >
2017-09-12 15:18:25 +03:00
< / nb-card-body >
2017-08-29 15:49:52 +03:00
2017-09-12 15:18:25 +03:00
< nb-card-footer >
2017-08-29 15:49:52 +03:00
< a href = "https://akveo.github.io/react-native-ui-kitten" target = "_blank" >
< i class = "ion-ios-world" > < / i >
< / a >
< a href = "https://itunes.apple.com/us/app/kitten-tricks/id1246143230" target = "_blank" >
< i class = "ion-social-apple" > < / i >
< / a >
< a href = "https://play.google.com/store/apps/details?id=com.akveo.kittenTricks" target = "_blank" >
< i class = "ion-social-android" > < / i >
< / a >
< a href = "https://github.com/akveo/react-native-ui-kitten" target = "_blank" >
< i class = "ion-social-github" > < / i >
< / a >
2017-09-12 15:18:25 +03:00
< / nb-card-footer >
2017-08-29 15:49:52 +03:00
< / nb-card >