I want to know how to find quasar's default icon name
-
When i use <q-btn icon=“menu”/> but i want a back arrow icon .I don’t want to import thirdparty icon.Some one knows where to find the quasar’s original icons?
-
material icons choosing them from here: https://material.io/tools/icons/?style=baseline
try this<q-btn icon="arrow_back"/>
more information about icons: https://quasar-framework.org/components/icons.html
-
@kevinyang
Thanks,and i want to know how to reply code in markdown highlight.I’m a new guys here,and wanna be cool like yours. -
@bosconovitchi
Well there is this
you can place 3 backticks ``` on a line above and below the code block. -
This post is deleted! -
@kevinyang
get -
@KevinYang
You can use single back tick for inline and tripple back tick for rows.
Very similar to this: https://help.github.com/articles/creating-and-highlighting-code-blocks/ -
@hawkeye6
Very useful ,thanks -
You’re welcome.