Giter Site home page Giter Site logo

ionic-team / ionic-framework Goto Github PK

View Code? Open in Web Editor NEW
50.3K 1.6K 13.5K 1.18 GB

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

Home Page: https://ionicframework.com

License: MIT License

JavaScript 1.92% HTML 28.37% CSS 0.69% TypeScript 56.59% Shell 0.11% Java 0.02% SCSS 11.36% Vue 0.93% Dockerfile 0.01%
ionic mobile framework angular javascript frontend pwa typescript web stencil

ionic-framework's Introduction

Ionic

Ionic

Ionic is an open source app development toolkit for building modern, fast, top-quality cross-platform native and Progressive Web Apps from a single codebase with JavaScript and the Web.

Ionic is based on Web Components, which enables significant performance, usability, and feature improvements alongside support for popular web frameworks like Angular, React, and Vue.

Ionic Framework is released under the MIT license. PRs welcome! Follow @IonicFramework Official Ionic Discord

Packages

Project Package Version Downloads Links
Core @ionic/core version NPM Downloads README.md
Angular @ionic/angular version NPM Downloads README.md
Vue @ionic/vue version NPM Downloads README.md
React @ionic/react version NPM Downloads README.md

Looking for the ionic-angular package? Ionic 3 has been moved to the ionic-v3 repo. See Earlier Versions.

Getting Started

Start a new project by following our quick Getting Started guide. We would love to hear from you! If you have any feedback or run into issues using our framework, please file an issue on this repository.

Migration Guides

Already have an Ionic app? These guides will help you migrate to the latest versions.

Examples

The Ionic Conference App is a full featured Ionic app. It is the perfect starting point for learning and building your own app.

Contributing

Thanks for your interest in contributing! Read up on our guidelines for contributing and then look through our issues with a help wanted label.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Future Goals

As Ionic Framework components migrate to the web component standard, a goal of ours is to have Ionic Framework easily work within all of the popular frameworks.

Earlier Versions

The source code for earlier versions of the Ionic Framework may exist in other repositories. Please open issues and pull requests in their respective repositories.

ionic-framework's People

Contributors

abennouna avatar adamdbradley avatar ajoslin avatar amandaejohnston avatar amitmy avatar brandyscarney avatar camwiegert avatar danbucholtz avatar danielsogl avatar dependabot[bot] avatar drewrygh avatar elylucas avatar imhoffd avatar ionitron avatar jgw96 avatar jthoms1 avatar kensodemann avatar liamdebeasi avatar manucorporat avatar mapsandapps avatar mhartington avatar mlynch avatar paulstelzer avatar perrygovier avatar rtpharry avatar rwaskiewicz avatar sean-perkins avatar thetapc avatar tlancina avatar willmartian 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  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

ionic-framework's Issues

Handling native events

How should we help handle memory warnings and app launch/awake events? Might be best to delegate to pg

input-group background color and border?

I was trying to make a block button that sits below a set of form inputs. I needed to align the button to the other form inputs.

Using .input-group, a background color and border are applied, but I'm not sure this is the way we should do that.

Thoughts?

image

Header bar and Footer bar shouldn't be scrollable

Check out the input-text example page, and try scrolling by tapping on the main body area. Perfect, right?

Now try doing it by starting with your finger on either the Header or Footer bar. Things get a little wonky. Put simply, the Header/Footer bars shouldn't be scrollable.

content not sized correctly.

Right now we aren't setting sizing properties on our content areas, apart from using top, left, right, and bottom. I've encountered some sizing issues because of this. We shoudl fix.

iOS input cursor bugs

It seems the Web View on iOS has a bug where a focused text box will the input caret through any layers on top of it.

Verify List Item content/buttons markup

Right now I have this markup, is it necessary?

            <a href="#" class="list-item">
              <div class="list-item-edit">
                <button><i class="icon-minus-circled"></i></button>
              </div>
              <div class="list-item-content">
                Sasafras
                <i class="icon-arrow-right"></i>
              </div>
              <div class="list-item-buttons">
                <button class="button button-danger">Delete</button>
              </div>
            </a>

line-height not correct

The line-height property is being computed incorreclty, and isn't even being applied anyways because it's missing units.

Content area not under header bar

I have a content wrapper with has-header = "true" but the content area is not "below" the header bar. It is, however, below the footer bar. The margin-top I think is the culprit.

Component List

A list of all the components we need to add:

  • Button
  • Button group
  • Button bar
  • Header
  • Footer
  • Secondary header/footer bars
    • Support embedded form controls
  • Tab bar
  • List views
    • With icon
    • With badge/count
    • With anything
  • Forms
    • Input groups (Full width, content-padded, inset)
    • Text Inputs (email, date, tel, etc.)
    • Search Inputs
    • Selects
    • Toggle Switch (Checkbox)
    • Checkmark (like a user checking images they want to select)
    • Range (Slider)
    • Radio Button (Listview checkmark)
    • Validation styles
  • Side Menu
  • Nav Bar Menu
  • Alert
  • Badge
  • Tag
  • Alert
  • Card
  • Grid
  • Modal / Popover

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.