Socket
Socket
Sign inDemoInstall

@yeti-dev/redline

Package Overview
Dependencies
2
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @yeti-dev/redline

reusable react component library


Version published
Weekly downloads
17
Maintainers
1
Install size
2.35 MB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 11 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc