https://github.com/katochimoto/xblocks
HTML custom elements on the basis React and X-Tag
https://github.com/katochimoto/xblocks
custom-elements react
Last synced: 12 months ago
JSON representation
HTML custom elements on the basis React and X-Tag
- Host: GitHub
- URL: https://github.com/katochimoto/xblocks
- Owner: Katochimoto
- Created: 2013-11-04T16:43:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T09:45:51.000Z (over 8 years ago)
- Last Synced: 2025-06-28T23:43:05.644Z (about 1 year ago)
- Topics: custom-elements, react
- Language: JavaScript
- Homepage: https://katochimoto.github.io/xblocks/
- Size: 16.9 MB
- Stars: 28
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```
[](https://nodei.co/npm/xblocks/)
[](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