GithubHelp home page GithubHelp logo

componenta's Introduction

Componenta

Introduction

Componenta is an easy to use web-components framework. It does not require any build tools like webpack and runs directly in the browser. You can use these components directly in HTML. I've made this because I was bored and it may contain some bugs, feel free to commit!

Using

Use Componenta just by adding the following script tag into your HTML document:

<!-- Minified version -->
<script src="https://cdn.jsdelivr.net/gh/sinmineryt/[email protected]/dist/componenta.min.js"></script>
<!-- Unminified version (not recommended) -->
<script src="https://cdn.jsdelivr.net/gh/sinmineryt/[email protected]/dist/componenta.js"></script>

Or directly fetch from master (do not use this in production)

<!-- Minified version -->
<script src="https://cdn.jsdelivr.net/gh/sinmineryt/componenta@master/dist/componenta.min.js"></script>
<!-- Unminified version (not recommended) -->
<script src="https://cdn.jsdelivr.net/gh/sinmineryt/componenta@master/dist/componenta.js"></script>

Configuring

To configure Componenta, add the following code below the script tag in Using:

<script src="https://cdn.jsdelivr.net/gh/sinmineryt/[email protected]/dist/componenta.min.js"></script>
<script>
window.Componenta.config = { /* Configuration options here */ };
</script>

Configuration options:

debug

Description: Prints some extra info in the console
Type: boolean | undefined Default: false

Adding components

Docs in progress

Example

View an example here

componenta's People

Contributors

github-actions[bot] avatar sinjs 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.