1.1.5 • Published 5 years ago

@yeti-dev/redline v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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

1.1.5

5 years ago

1.1.4

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago