Git Product home page Git Product logo

avalynx / avalynx-ref Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 269 KB

AvalynxRef is an implementation of a reference (Ref) system, similar to Refs in React or Vue, designed for updating DOM elements with a specified value. This facilitates a reactive linkage between JavaScript data and the user interface.

License: MIT License

Shell 3.02% Dockerfile 2.17% HTML 1.46% JavaScript 93.35%
javascript react reactjs ref reference vu vuejs avalynx

avalynx-ref's Introduction

AvalynxRef

AvalynxRef is an implementation of a reference (Ref) system, similar to Refs in React or Vue, designed for updating DOM elements with a specified value. This facilitates a reactive linkage between JavaScript data and the user interface.

Features

  • Lightweight: AvalynxRef is a lightweight library that doesn't require any dependencies.
  • Ref System: Use Refs to update DOM elements with a specified value.

Example

Here's a simple example of how to use AvalynxRef in your project:

Installation

To use AvalynxRef in your project, you can directly include it in your HTML file.

Include AvalynxRef:

<script src="path/to/avalynx-ref.js"></script>

Replace path/to/avalynx-ref.js with the actual path to the file in your project.

Installation via jsDelivr (Link)

AvalynxRef is also available via jsDelivr. You can include it in your project like this:

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/avalynx-ref.min.js"></script>

Installation via NPM (Link)

AvalynxRef is also available as a npm package. You can add it to your project with the following command:

npm install avalynx-ref

After installing, you can import AvalynxRef into your JavaScript file like this:

import { AvalynxRef } from 'avalynx-ref';

Installation via Symfony AssetMapper

php bin/console importmap:require avalynx-ref

After installing, you can import AvalynxRef into your JavaScript file like this:

import { AvalynxRef } from 'avalynx-ref';

Installation via Composer (Link)

AvalynxRef is also available as a Composer package. You can add it to your project with the following command:

composer require avalynx/avalynx-loader

After installing, you can import AvalynxLoader into your HTML file like this:

<script src="vendor/avalynx/avalynx-loader/dist/js/avalynx-loader.js"></script>

Usage

To use AvalynxRef in your project, include the AvalynxRef JavaScript file in your project and initialize the class with the appropriate selector.

const myRef = new AvalynxRef("#myElement");
myRef.value = "Updated content";

or use the isHtml option to treat the value as HTML:

const myRef = new AvalynxRef("#myElement", { isHtml: true });
myRef.value = "<p>Updated content</p>";

Options

AvalynxRef allows the following options for customization:

  • selector: (string) The selector to use for targeting tables within the DOM (default: '.avalynx-ref').
  • options: An object containing the following keys:
    • isHtml: (boolean) Treat the value as HTML (default: false).

Planned Features

  • callback function for value change

Contributing

Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request with your changes or improvements. We're looking for contributions in the following areas:

  • Bug fixes
  • Feature enhancements
  • Documentation improvements

Before submitting your pull request, please ensure your changes are well-documented and follow the existing coding style of the project.

License

AvalynxRef is open-sourced software licensed under the MIT license.

Contact

If you have any questions, feature requests, or issues, please open an issue on our GitHub repository or submit a pull request.

Thank you for considering AvalynxRef for your project!

avalynx-ref's People

Contributors

dependabot[bot] avatar jschwind avatar

Stargazers

 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.