Katochimoto/xblocks

View on GitHub
README.md

Summary

Maintainability
Test Coverage
HTML custom elements

[![Build Status][build]][build-link] [![NPM version][version]][version-link] [![Dependency Status][dependency]][dependency-link] [![devDependency Status][dev-dependency]][dev-dependency-link] [![Code Climate][climate]][climate-link]

## Documentation

[Documentation](https://katochimoto.github.io/xblocks/)

## Dependencies

- [xblocks-core](https://github.com/Katochimoto/xblocks-core)
- [React.js](https://github.com/facebook/react)
- [X-Tag core](https://github.com/x-tag/core) ([custom build x-tag-core.js](https://github.com/Katochimoto/xblocks-core/blob/master/x-tag-core.js) or 1.1.9)
- [es5-shim](https://github.com/es-shims/es5-shim)
- [tether](https://github.com/HubSpot/tether) for xb-popup and xb-menu

## Browser support

- Firefox 14+
- Internet Explorer 9+
- Chrome 4+
- Safari 4+
- Opera 12+

## Install

```
npm install xblocks
```
```
bower install xblocks
```

[![NPM](https://nodei.co/npm/xblocks.png?downloads=true&stars=true)](https://nodei.co/npm/xblocks/)
[![NPM](https://nodei.co/npm-dl/xblocks.png)](https://nodei.co/npm/xblocks/)

[build]: https://travis-ci.org/Katochimoto/xblocks.svg?branch=master
[build-link]: https://travis-ci.org/Katochimoto/xblocks
[version]: https://badge.fury.io/js/xblocks.svg
[version-link]: http://badge.fury.io/js/xblocks
[dependency]: https://david-dm.org/Katochimoto/xblocks.svg
[dependency-link]: https://david-dm.org/Katochimoto/xblocks
[dev-dependency]: https://david-dm.org/Katochimoto/xblocks/dev-status.svg
[dev-dependency-link]: https://david-dm.org/Katochimoto/xblocks#info=devDependencies
[climate]: https://codeclimate.com/github/Katochimoto/xblocks.svg
[climate-link]: https://codeclimate.com/github/Katochimoto/xblocks