1.0.1 • Published 4 years ago

do-webpartdev-library v1.0.1

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

do-webpartdev-library

a library containing shared components and common utility functions for sharepoint webpart development

NPM JavaScript Style Guide

Install

npm install --save do-webpartdev-library

Usage

import * as React from 'react'

import MyComponent from 'do-webpartdev-library'

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

License

MIT © k-Francisco

1.0.1

4 years ago

1.0.0

4 years ago