confluence-react-components

0.0.6 • Public • Published

Coverage Status

confluence-react-components

Official Atlassian Confluence react components

Installation

$ npm install confluence-react-components

Building

$ npm run transpile

Automatically build on file change

$ npm run transpile-watch

Basic usage

// ES6
import { ContentBody } from 'confluence-react-components';

class SomeComponent {
    render() {
        return <ContentBody content={} baseUrl=''/>;
    }
}

Contributing

Running tests

$ npm test

Running linter

$ npm run lint

Checking coverage

$ npm run coverage

Known issues

  • Istanbul coverage checks do not work since upgrading to Babel 6.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.62latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.62
0.0.51
0.0.41
0.0.31
0.0.21
0.0.11

Package Sidebar

Install

npm i confluence-react-components

Weekly Downloads

7

Version

0.0.6

License

Apache-2.0

Last publish

Collaborators

  • mdejongh
  • dwalker