0.0.6 • Published 10 years ago
confluence-react-components v0.0.6
confluence-react-components
Official Atlassian Confluence react components
Installation
$ npm install confluence-react-componentsBuilding
$ npm run transpileAutomatically build on file change
$ npm run transpile-watchBasic usage
// ES6
import { ContentBody } from 'confluence-react-components';
class SomeComponent {
render() {
return <ContentBody content={} baseUrl=''/>;
}
}Contributing
Running tests
$ npm testRunning linter
$ npm run lintChecking coverage
$ npm run coverageKnown issues
- Istanbul coverage checks do not work since upgrading to Babel 6.