react-native-triangle-view

1.0.0 • Public • Published

React Native Triangle View

Install

$ npm install react-native-triangle-view

Usage

...
import Triangle from 'react-native-triangle-view';


... render somewhere

<Triangle 
  width={10}
  height={10}
  direciton='up'
  color='red'
/>

Property Types

  • direction :
    • up
    • right
    • left
    • down
    • up-right
    • up-left
    • down-right
    • down-left
  • width
  • height
  • color

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-triangle-view

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

4.85 kB

Total Files

4

Last publish

Collaborators

  • alexkang