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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.17.61latest

Version History

VersionDownloads (Last 7 Days)Published
1.17.61
1.17.50
1.17.41
1.17.31
1.17.20
1.17.10
1.17.01
1.16.31
1.16.20
1.16.10
1.16.01
1.15.110
1.15.101
1.15.90
1.15.80
1.15.70
1.15.60
1.15.51
1.15.40
1.15.30
1.15.21
1.15.11
1.15.00
1.14.11
1.14.01
1.13.00
1.12.11
1.12.01
1.11.141
1.11.130
1.11.121
1.11.110
1.11.100
1.11.90
1.11.80
1.11.70
1.11.61
1.11.50
1.11.41
1.11.30
1.11.20
1.11.10
1.11.00
1.10.51
1.10.40
1.10.20
1.10.10
1.10.01
1.9.20
1.9.10
1.9.01
1.8.00
1.7.00
1.6.00
1.5.51
1.5.41
1.5.31
1.5.20
1.5.11
1.5.01
1.4.40
1.4.21
1.4.10
1.4.00
1.3.20
1.3.10
1.3.01
1.2.10
1.2.00
1.1.30
1.1.21
1.1.10
1.1.01
1.0.110
1.0.101
1.0.91
1.0.80
1.0.70
1.0.60
1.0.51
1.0.40
1.0.30
1.0.21
1.0.11
1.0.00

Package Sidebar

Install

npm i easy-shared-react-components

Weekly Downloads

35

Version

1.17.6

License

MIT

Unpacked Size

726 kB

Total Files

10

Last publish

Collaborators

  • enesccinar