redline
reusable react component library
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
<ProfileImage />
Parameters for {
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