react-center-tag

1.0.0 • Public • Published

react-center-tag

Center your react component, the wrong way!

installation

$ yarn add react-center-tag

usage

import React from 'react';
import Center from 'react-center';

class MyComponent extends React.Component {
  render() {
      return (
        <Center>{this.props.children}</Center>
      )
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-center-tag

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • cdriscol