easy-shared-react-components

1.17.6 • Public • Published

shared-react-components

this lib will contain all UI components such as buttons, inputs, login form, etc.

NPM JavaScript Style Guide

Install

npm install --save shared-react-components

Deployment

  1. Commit changes to the git repo
git add .
git commit -m "description"
  1. Increase version number
npm version patch // small issues
npm version minor // med level issues
npm version major // big changes
  1. Publish the changes to the NPMJS
npm publish

Usage

import React, { Component } from 'react'

import MyComponent from 'shared-react-components'
import 'shared-react-components/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © enesccinar

Readme

Keywords

none

Package Sidebar

Install

npm i easy-shared-react-components

Weekly Downloads

195

Version

1.17.6

License

MIT

Unpacked Size

726 kB

Total Files

10

Last publish

Collaborators

  • enesccinar