1.0.1 • Published 5 months ago

ticket-library v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

ticket-library

NPM JavaScript Style Guide

Install

npm install --save ticket-library

Usage

import React, { Component } from 'react'

import MyComponent from 'ticket-library'
import 'ticket-library/dist/index.css'

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

//work in progress //create ticket function is written for when it is integrated //npm build after work done //then npm login and npm publish... for creating npm package

//cd example && npm start
// + //npm run same file to work and see live changes on example