teo-ui-rn

Beautiful React Native components

Usage no npm install needed!

<script type="module">
  import teoUiRn from 'https://cdn.skypack.dev/teo-ui-rn';
</script>

README

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'
  1. 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>
  1. 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