0.5.7 • Published 2 years ago

react-pixi-layout v0.5.7

Weekly downloads
12
License
MIT
Repository
github
Last release
2 years ago

react-pixi-layout

React Fiber renderer for pixi.js with flexbox layout

NPM JavaScript Style Guide

Example

(https://codesandbox.io/s/r0lkjp8k1p)

Install

npm install --save react-pixi-layout

Usage

import React, { Component } from 'react'

import { Stage, Text } from 'react-pixi-layout'

class Example extends Component {
  render () {
    return (
      <Stage width={ 640 } height={ 480 }>
      	<Text text="Hello world" />
      </Stage>
    );
  }
}

License

MIT © lunarraid

1.0.1

2 years ago

0.5.7

2 years ago

0.5.6

3 years ago

0.5.4

3 years ago

0.5.5

3 years ago

0.5.3

3 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.6

4 years ago

0.5.0

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

6 years ago

0.0.1

7 years ago

1.0.0

7 years ago