Code Monkey home page Code Monkey logo

components's Introduction

MobileUI

MobileUI is a simple and easy NPM package to install UI Components for web mobile apps using HTML, CSS and JavaScript.

MobileUI provides a rich variety of UI components specially designed for mobile apps like tabs, side menu, stack navigation and tons of other components such as lists and forms. They all have iOS and Android support, with automatic styling that will change the appearance of the app based on the platform. With MobileUI you can truly support both Android and iOS with the same source code.

See the docs in: https://mobileui.github.io/

Quickstart

The Installation is very simple, but first you need to install Node.js

With Node.js installed, run in your terminal:

npm install mobileui -g

To check the version of mobileui installed, Open the terminal and type mobileui

Links

components's People

Contributors

barathwaja avatar dependabot[bot] avatar dotenorio avatar fabiorogeriosj avatar fabiotindin avatar galloj avatar gustavoquinalha avatar lucasssv avatar nards-paragas avatar romerito007 avatar swa1ps avatar vitorgit avatar vrufine avatar yash-handa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

components's Issues

Guide to contributing

This repository have a guide for contribution? Some code pattern or versioning flow?

Create the component page

Component: page

Component page is a simple page navigation, the idea is that each page is a new HTML file content only the elements of the new screen. These screens will be called via Ajax using the least possible JavaScript feature.

Create component MobileUI.js

Component: mobileuijs

This component is a simple library for manipulating data and states of elements in JavaScript.

Features

  • Observer object or array to create a element by template, example:
<ul>
  <li data="myArray>Your name is: ${nameOfAtributeObjectByArray}</li>
</ul>
<h1 data="myObject>Your name is: ${nameOfAtributeByObject}</h1>
  • MobileUI.objectByForm
  • MobileUI.formByObject
  • MobileUI.clearForm
  • MobileUI.show
  • MobileUI.hide
  • MobileUI.showHide
  • MobileUI.focus
  • MobileUI.ajax

The Icon (tag i) should let the user choose the size and color

When I want to put an Icon with specific color and size, I cannot use the tag i. The "button" tag allows me to change color and size by setting the "big" and "text-blue" classes, but the problem is that the button is clickable and the icon isn't.
I suggest you to improve the Icon, to make easier to customize the icons.

Congrats! the best mobile framework ever! success!! Thanks for helping!

Quando eu quero colocar um Ícone com cor e tamanho específicos eu não posso usar a tag . A tag me permite mudar a cor e tamanho usando as classes "big" e "text-blue", mas o problema é que o botão é clicável e o ícone não.
Sugiro que melhore o Icon para facilitar a customização dos ícones.

Parabéns! melhor framework para mobile!! obrigado pela ajuda!

Create include feature

Component: include

Create feature to include html in element, example:

<div include="header.html"></div>
Or
<div include="header"></div>
Or in JS
include('id_element_frame', 'name_file_include')

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.