@yeti-dev/redline
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

redline

reusable react component library

NPM

Install

yarn add @yeti-dev/redline

What is this?

This library attempts to create a single library for React and React Native components that don't use platform-specific APIs.

Component Library

Parameters for <ProfileImage />

{
	uri: ?string = http://www.placecage.com/c/40/40
	size: number = 40
}

Usage

import * as React from 'react'

import MyComponent from 'redline'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © yeti

Readme

Keywords

none

Package Sidebar

Install

npm i @yeti-dev/redline

Weekly Downloads

1

Version

1.1.5

License

MIT

Unpacked Size

33.9 kB

Total Files

21

Last publish

Collaborators

  • yeti-dev