1.0.8 • Published 4 years ago

@dotgiscorp/webcomponents v1.0.8

Weekly downloads
167
License
MIT
Repository
-
Last release
4 years ago

dotgis-components

React Dotgis components.

NPM JavaScript Style Guide

Publish

First, login in npm. Username: dotgiscorp, pass is stored into the company vault:

npm login

Then, go to the project folder and execute:

yarn publish

Install

npm i @dotgiscorp/webcomponents

Usage

import React, { Component } from 'react'

import MyComponent from 'dotgis-components'
import 'dotgis-components/dist/index.css'

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

License

MIT ©

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago