0.0.8 • Published 4 years ago

react-native-yollar v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

react-native-yollar

Library of simple components for React Native

Installation

Npm:

npm i --save expo expo-font @expo-google-fonts/montserrat @expo-google-fonts/open-sans

Yarn:

yarn add expo expo-font @expo-google-fonts/montserrat @expo-google-fonts/open-sans

Usage

import { TextField, Typography } from "react-native-yollar";

export default function App() {
  return (
    <View>
      <Typography variant="title" color="primary">
        Title
      </Typography>

      <TextField
        placeholder="Type some text"
        helperText="Instructions"
        variant="filled"
      />
    </View>
  )
}
0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.1

4 years ago