Coder Social home page Coder Social logo

malextrap / forms Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 19 KB

forms for this framework

Home Page: https://malextrap.github.io/Forms/src/

License: MIT License

CSS 43.54% HTML 40.42% JavaScript 16.04%
frame framework work malex malextrap clona clonalejandro mcb js css

forms's Introduction

Forms

A forms with switch click for test: this

Default form

                 <form>
                    <div class="form-group">
                        <div class="form-group in-line" style="text-align: left;">
                            <label for="f1">Example</label>
                            <input id="f1" placeholder="Input">
                        </div>
                        <div class="form-group in-line" style="text-align: left;">
                            <label for="f2">Type</label>
                            <select id="f2">
                                <option>RGB</option>
                                <option disabled>RGBA</option>
                                <option>HEX</option>
                            </select>
                        </div>
                        <div class="form-group in-line" style="text-align: left;">
                            <label for="f3">Example</label>
                            <input disabled id="f3" placeholder="Output">
                        </div>
                        <div class="form-group in-line" style="text-align: left;">
                            <label for="f3">CheckBox</label>
                            <input type="checkbox">
                        </div>
                        <div class="form-group in-line" style="text-align: left;">
                            <label for="f3">RadioButton</label>
                            <input type="radio">
                        </div>
                        <div class="form-group in-line" style="text-align: left;">
                            <label for="f3">Switch</label>
                            <label class="switch" data-on="On" data-off="Off">
                        </div>
                    </div>
                </form>

Form in-line

                <form>
                    <div class="form-group">
                        <div class="form-group" style="text-align: left;">
                            <label for="f1">Example</label>
                            <input placeholder="Input">
                        </div>
                        <div class="form-group" style="text-align: left;">
                            <label for="f2">Type</label>
                            <select>
                                <option>RGB</option>
                                <option disabled>RGBA</option>
                                <option>HEX</option>
                            </select>
                        </div>
                        <div class="form-group" style="text-align: left;">
                            <label for="f3">Example</label>
                            <input disabled placeholder="Output">
                        </div>
                        <div class="form-group" style="text-align: left;">
                            <label for="f3">CheckBox</label>
                            <input type="checkbox">
                        </div>
                        <div class="form-group" style="text-align: left;">
                            <label for="f3">RadioButton</label>
                            <input type="radio">
                        </div>
                        <div class="form-group" style="text-align: left;">
                            <label for="f3">Switch</label>
                            <label class="switch" data-on="On" data-off="Off">
                        </div>
                    </div>
                </form>

picture

Copyright ©

Developed by clonalejandro

forms's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

eltrueno

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.