Détail du package

rmc-align

react-component87.7k1.0.0

react align ui component for mobile

react, react-component, react-align, align

readme

rmc-align


React Align Component. Wrapper around https://github.com/yiminghe/dom-align.

NPM version build status Test coverage gemnasium deps node version npm download

Development

npm install
npm start

Example

http://localhost:8100/examples/

online example: http://react-component.github.io/align/examples/

Feature

  • support ie8,ie8+,chrome,firefox,safari

Keyboard

install

rmc-align

Usage

var Align = require('rmc-align');
var ReactDOM = require('react-dom');
ReactDOM.render(<Align align={{}} target={function(){}}><div></div></Align>, container);

will align child with target when mounted or align is changed

API

props

name type default description
align Object same with alignConfig from https://github.com/yiminghe/dom-align
onAlign function(source:HTMLElement, align:Object) called when align
target function():HTMLElement function(){return window;} a function which returned value is used for target from https://github.com/yiminghe/dom-align
monitorWindowResize Boolean false whether realign when window is resized

License

rmc-align is released under the MIT license.

changelog

History


2.3.4 / 2017-04-17

  • fix createClass and PropTypes warning.

2.3.0 / 2016-05-26

  • add forceAlign method