Ember
Ember is a JavaScript framework that uses a Component <-> Service approach to building applications. It is mainly used to build web-based applications, but can also be ported over to build desktop applications.
Here are 1,116 public repositories matching this topic...
👻 The #1 headless Node.js CMS for professional publishing
-
Updated
Dec 18, 2019 - JavaScript
A platform for community discussion. Free, open, simple.
-
Updated
Dec 18, 2019 - Ruby
Ember.js - A JavaScript framework for creating ambitious web applications
-
Updated
Dec 18, 2019 - JavaScript
There seems to be a few examples of using custom components via render prop that mostly rely on 3rd parties like bootstrap, material, or other UI libraries. Are there any example of people using a custom component they've developed along with text-mask.
I'd like to get a better sense on the best way to set up my custom input components to make the integration process easier.
A data persistence library for Ember.js.
-
Updated
Dec 18, 2019 - JavaScript
HTML5 clone of Apple's AirDrop - easy P2P file transfer powered by WebRTC
-
Updated
Dec 16, 2019 - JavaScript
A library for implementing authentication/authorization in Ember.js applications.
-
Updated
Dec 18, 2019 - JavaScript
-
Updated
Dec 18, 2019 - JavaScript
Hi!
I've discovered that logging has changed with the addition of useLogger, but the documentation hasn't been updated to reflect this change.
A curated list of grid(table) libraries and resources that developers may find useful.
-
Updated
Dec 16, 2019
Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
-
Updated
Dec 18, 2019 - JavaScript
An Ember Addon to easily integrate Mirage JS into your Ember app.
-
Updated
Dec 17, 2019 - JavaScript
Add testing docs
We should add some docs to let people know to write normal Ember tests and how we would recommend testing the electron parts.
I think this is just me not seeing this in the documentation/issues anywhere...
But I ended up digging through the addon/modules trying to find out what property was being passed to selectedItemComponent.
An example of the selectedItemComponent component as well as some documentation would certainly be helpful to new / less competent users (yup, that's me :) ).
Documentation
Expected:
The documentation would be consolidated to one place and when new features are added/updated, they are added to the documentation.
Actual:
Right now, using ember-engines requires a bit of juggling between Github and the guides, which can give the impression that documentation is missing.
Proposed solution:
- Make the README.md a table of contents and link to sec
When generating a checkout webUrl through the storefront API - The logo / name of the store on the top left of the checkout page doesn't actually link back to the home page. The "back to cart" option is also not shown. I feel like there should be a way for customers to press a link to atleast go back to the main shopify store (cause then we can atleast redirect back to the main site). I know we pr
Ember-cli addon for using Bootstrap as native Ember components.
-
Updated
Dec 14, 2019 - JavaScript
Environment
- Ember Version: n/a
- Ember CLI Version: n/a
- Ember CP Validations Version: n/a
Steps to Reproduce
On the documenation site, try searching for 'checkbox' or 'input'. Nothing happens.
I've just now realized it's because there were no results for 'checkbox' or 'input'. I'm going to leave this issue open because it does feel like the UX around searching the docs is
Localized formatting for messages, date/time, number, and relative time.
-
Updated
Dec 18, 2019 - JavaScript
A deep dive into the Ember JS runloop.
-
Updated
Dec 5, 2019 - JavaScript
:zap: Simple, flexible Infinite Scroll for Ember CLI Apps.
-
Updated
Oct 20, 2019 - JavaScript
Update docs to recommend the usage of ember-cli-dependency-lint to prevent errors like #445.
Created by Yehuda Katz
Released December 8, 2011
- Organization
- emberjs
- Website
- www.emberjs.com
- Wikipedia
- Wikipedia
Describe the bug
In the config.js
addParametersfunction, if I setisFullscreen: trueand open the webpage, it is fullscreen on startup. But if I setisFullscreen: falseand open the webpage again, it is still full-screen on startup.To Reproduce
isFullscreen: true, open the webpage,isFullscreen: false, open the webpa