Giter Club home page Giter Club logo

core's Introduction

X-Tag - Custom Elements for Modern Browsers

This is the repository for the core X-Tag library.

Based on the current W3 Web Components draft, X-Tag enables the custom element portion of the proposal. Custom elements let you register new tags/elements with the parser, so they are recognized and inflated with special abilities you define.

You can find out more about what X-Tag does, where it works, and how to use it, on the project page: http://x-tags.org.

X-Tag (excluding third-party icons or images) is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Developers

To get started hacking on X-Tag core:

$ git clone https://github.com/x-tag/core x-tag-core

$ cd x-tag-core

$ git submodule update --init --recursive

$ npm install   # for devDependencies

$ grunt polyfill  # rebuilds polyfill file

$ grunt build    # output to ./dist

If you are interested in building your own custom elements, you can use our web-component-stub as a starting point.

Tests

Jasmine tests via grunt are not working yet, please open test/index.html in your browser to see if everything passes.

Distributable Build

$ grunt build

// See ./dist/ directory for the js files that can be used in your project

Create your own web components

To learn more about X-Tags visit x-tags.org.

To create your own component, use our web-component-stub.

Share your components by adding them to the Custom Elements Registry or Bower.

core's People

Contributors

csuwildcat avatar darkwing avatar leostratus avatar mattbasta avatar mythmon avatar pennyfx avatar sole avatar webreflection avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.