Skip to content

Another one of organisation-specific components' libraries?

Notifications You must be signed in to change notification settings

DevUs-org/DevUs-React-Components

Repository files navigation

@devus/devus-react-components

Another one of organisation-specific components' libraries?

NPM JavaScript Style Guide

Install

npm install --save @devus/devus-react-components

Usage

import React, { Component } from 'react'

import MyComponent from '@devus/devus-react-components'
import '@devus/devus-react-components/dist/index.css'

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

License

MIT © DevoGHub

About

Another one of organisation-specific components' libraries?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published