0.0.6 • Published 8 years ago

confluence-react-components v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 years ago

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.
0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago