GithubHelp home page GithubHelp logo

dz8540 / custom-radio Goto Github PK

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

DZ's custom radio component library.

Home Page: https://dz8540.github.io/Custom-radio/

JavaScript 33.07% Sass 8.86% HTML 22.05% TypeScript 36.01% CSS 0.02%
js javascript ts typescript library lib html

custom-radio's Introduction

DZ Custom-radio

To use it, you just need to find all the elements you need, and then pass it to the class.

Installation

  1. Via npm
npm i @dz8540/custom-radio
  1. Manually - all you need is in the "Dist" folder.
<link href="/Your-path/customRadio.min.css" rel="stylesheet">
<script src="/Your-path/CustomRadio.min.js"></script>

Example

HTML

<label class="Radio" data-name="First Radio">
  <input type="radio" class="Radio__input" name="radio" data-id="dz-input" />

  <div class="Radio__radio">
    <div class="Radio__fill" data-id="dz-radioInput"></div>
  </div>

  <span class="Radio__text">Radio button</span>
</label>

JS

let elements = document.querySelectorAll(elements);
new Radio(elements);

Instruction:

  1. Text value print in last span in the component.
  2. No id attribute required for input.
  3. Input maintains checked attribute.
  4. Input maintains disabled attribute.
  5. Component maintains data-name attribute, for you can set component name.
  6. Attention!!! Radio buttons must have the same value in the name attribute in the input tag.
  7. Attention!!! Parent for input element must be an element with class "Radio".
  8. Component maintains event subscribes with instance's 'on' method.

Methods

  • action - Set checked or disabled action for parent's input element.
    new Radio(elmnts).action(elmnts, 'checked');
  • on - event subscribe for input element into component.
    new Radio(elmnts).on(elmnts, eventName, your callBack);

End

That's all! Enjoy this ( ͡°( ͡° ͜ʖ( ͡° ͜ʖ ͡°)ʖ ͡°) ͡°)

custom-radio's People

Contributors

dz8540 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.