1.0.1 • Published 6 years ago

teo-ui-rn v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

teo-ui-rn

Beautiful React Native components

Installation

  1. Run npm install --save teo-ui-rn

Usage

  1. Import the component(s) you'd like to use in your component

    import { Card, CardHeader, CardSection } from 'teo-ui-rn'
  2. Use the component

    <Card>
      <CardHeader title="About" />
      <CardSection>
        <Text>This is a CardSection</Text>
        <Text>This is a CardSection</Text>
        <Text>This is a CardSection</Text>
      </CardSection>
    </Card>
  3. Win

Components

  1. Button
  2. Card
  3. CardHeader
  4. CardSection
  5. Confirm
  6. Header
  7. Input
  8. Schedule
  9. Speaker
  10. Spinner

Notes

  • How can we achieve theming? How can a global variable be implemented?
    • Maybe with something like a teo-rn-ui.json file at the root of the directory

Changelog

Description of the changes between versions.

v1.0.0

  • Basic components

v1.0.1

  • Working components and global configs