1.0.0 • Published 9 years ago
react-center-tag v1.0.0
react-center-tag
Center your react component, the wrong way!
installation
$ yarn add react-center-tagusage
import React from 'react';
import Center from 'react-center';
class MyComponent extends React.Component {
render() {
return (
<Center>{this.props.children}</Center>
)
}
}1.0.0
9 years ago