@wassimbenzarti/react-components

0.0.2 • Public • Published

@wassimbenzarti/react-components

NPM JavaScript Style Guide

Install

npm install --save @wassimbenzarti/react-components

Usage

Flex

import React, { Component } from 'react'

import {Flex} from '@wassimbenzarti/react-components'

class Example extends Component {
  render () {
    return (
      <Flex style={{height:"100vh"}}>
          <h1>Hello world</h1>
          <img alt="cat" width="100" src="https://cdn.pixabay.com/photo/2019/07/19/09/41/cat-4348355_960_720.jpg"/>
      </Flex>
    )
  }
}

License

MIT © WassimBenzarti

Readme

Keywords

none

Package Sidebar

Install

npm i @wassimbenzarti/react-components

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

9.03 kB

Total Files

7

Last publish

Collaborators

  • wassimbenzarti