1.4.11 • Published 5 years ago
@andrei.ciulpan/jt-design v1.4.11
jt-design
Design System for JobTech react projects
Install
npm install --save jt-designUsage
import React, { Component } from 'react'
import MyComponent from 'jt-design'
import 'jt-design/dist/index.css'
class Example extends Component {
  render() {
    return <MyComponent />
  }
}License
MIT © cardallica
How to publish
Prerequisites
You must have np installed globally (npm i --global np)
Publishing
npm run publish --tag=$YOUR_TAG for production (must be published from master)
npm run publish:beta --tag=$YOUR_TAG for testing on other branches
OR
Run command np (if not installed, use npm i --global np) and follow the steps.
1.4.11
5 years ago
1.4.10
5 years ago
1.4.9
5 years ago
1.4.8-beta.1
5 years ago
1.4.7-beta
5 years ago
1.4.6
5 years ago
1.4.5
5 years ago
1.4.3
5 years ago
1.0.0
5 years ago