1.4.8 • Published 5 years ago
@andrei.ciulpan/jt-design-temp v1.4.8
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
Run command np (if not installed, use npm i --global np) and follow the steps.