my-react-module

1.0.6 • Public • Published

my-react-module

Test to create my own react module

NPM JavaScript Style Guide

Install

npm install --save my-react-module

Usage

import React, { Component } from 'react'

import Cardy from 'my-react-module'
import 'my-react-module/dist/Card/Card.css'

class Example extends Component {
  render() {
    return  <Cardy 
              headerContent="Card Header Content"
              bodyContent="Car Body Content"
              footerContent="Card Footer Content"
            />
  }
}

License

MIT © sadiosan

Readme

Keywords

none

Package Sidebar

Install

npm i my-react-module

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

12.2 kB

Total Files

10

Last publish

Collaborators

  • sadiosan