2.2.0 • Published 8 years ago

antiaris-component v2.2.0

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

antiaris-component

NPM version Downloads Build Status Dependency status Dev Dependency status

继承 React.Component,支持静态资源收集。

import AntiarisComponent from 'antiaris-component';

class BaseCompnent extends AntiarisComponent{
    constructor(props, displayName) {
        super(props, 'app', displayName)
    }
}

class CustomCompnent extends BaseCompnent{
    constructor(props) {
        super(props, 'custom');
    }
}
2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago