1.0.6 • Published 3 years ago

my-react-module v1.0.6

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago