UNPKG

react-native-lights

Version:

A modernised light-weight UI kit for mobile apps.

15 lines (14 loc) 432 B
import ColoredCard from './src/ColoredCards/ColoredCards'; import TextInput from './src/Inputs/TextInput'; import CardSlider from './src/CardSlider/CardSlider'; import BottomSheet from './src/BottomSheet/BottomSheet'; import SelectBox from './src/Inputs/SelectBox'; import PinterestCards from './src/PinterestCards/PinterestCards'; export { ColoredCard, CardSlider, TextInput, SelectBox, BottomSheet, PinterestCards, };