teo-ui-rn

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i teo-ui-rn

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

10.4 kB

Total Files

16

Last publish

Collaborators

  • ryanteodoro