Great idea! I’m not sure what material design has to say about it, but you should open a GitHub Feature Request Issue
Posts made by JCharante
-
RE: Feature request: Side menu with icons always showing
-
RE: Treegrid component
@Fernando2684 Have you taken a look at https://github.com/quasarframework/quasar-play/blob/v0.14/src/components/showcase/other-components/tree.vue ? Unfortunately I haven’t spotted a Quasar app in the wild that uses tree.
-
RE: [Solved] Error when calling some components
@tonpereira You are right, I didn’t notice the
/
. The self closing syntax should work just fine. Have you tried to isolate the issue by creating a minimalistic repo to reproduce the error? And you’re using quasar 0.14 beta & vue 2.3.x right? -
RE: [Solved] Error when calling some components
@a47ae Good catch. @tonpereira seems to be closing a nonexistant
q-field
tag instead of closing theq-input
tag. Do let us know if that solves the problem @tonpereira -
RE: Remove transition in side menu und top bar
(missing gif from the original github issue) https://user-images.githubusercontent.com/2828767/28628251-6ec68a48-7224-11e7-8752-bc192c99f3db.gif
-
RE: single js/css file for the whole framework?
most people come to it after being scared off or disgusted by angular/react or whatever bloated and uselessly complex framework
That’s exactly what drove me to use Vue instead of React as I didn’t want to change my workflow for a library. I guess Quasar was just that good, and it was easy to get started due to the cli. It does seem strange how Quasar isn’t “drop in a <script src=…> tag and use” like vue is, and a codepen showing off the components would be neat, but it’s just not that difficult to install the quasar-cli and init a project to check it out. The beginner/quickstart documentation does need some love though.
-
RE: < register app url > is not syncing with Android
@spectrolite v0.14 Quasar Apps seem to be working on Quasar Play 0.13.7 for me
-
RE: Source Code for Show Case
@Tekki I’d think that having it on the front page of http://beta.quasar-framework.org/ would be enough ( Live DEMO [Material theme] & Live DEMO [iOS theme])
-
RE: ~~Do not upgrade to Vue 2.4.x (yet)~~ Edit: Safe to upgrade
And now we wait for vue 2.4.2!
-
RE: IcoMoon font-icon support was added
@dgk You can already use font awesome icons in 0.14.
fa-bath
for example is http://fontawesome.io/icon/bath/See: http://beta.quasar-framework.org/components/icons.html#Importing-Icons
-
RE: After Build always getting "Update avaibale 0.5.2->0.6.2"
@dan What is the output of
$ quasar version
? -
RE: How to install 0.14 via npm?
@mfcarneiro good find, you have
"vue-template-compiler": "^2.3.0"
right? -
RE: Cordova Barcode Scanner does not work
What does the content of your <template> tag look like?
-
RE: cordova is not defined"
@vikram Try using crosswalk with cordova https://crosswalk-project.org/
-
RE: How to install 0.14 via npm?
@mfcarneiro Are you explicitly importing the components?
-
RE: [v0.14] Removed "src" folder from Quasar package
@rstoenescu When you get back from vacation I’d appreciate an example for point b.
-
RE: cordova is not defined"
@eleina I believe it was @vikram who I was troubleshooting with on gitter. Not even this repo works for 'em.