1.4.8 • Published 3 years ago

@andrei.ciulpan/jt-design-temp v1.4.8

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
3 years ago

jt-design

Design System for JobTech react projects

NPM JavaScript Style Guide

Install

npm install --save jt-design

Usage

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.