5050 icon =" fas fa-link"
5151 label =" Essential Links"
5252 >
53- <q-list >
54- <q-item clickable tag =" a" target =" _blank" href =" http://quasar.dev" >
55- <q-item-section avatar >
56- <q-icon name =" school" />
57- </q-item-section >
58- <q-item-section >
59- <q-item-label >Docs</q-item-label >
60- <q-item-label caption >quasar.dev</q-item-label >
61- </q-item-section >
62- </q-item >
63- <q-item clickable tag =" a" target =" _blank" href =" https://github.com/quasarframework/" >
64- <q-item-section avatar >
65- <q-icon name =" code" />
66- </q-item-section >
67- <q-item-section >
68- <q-item-label >Github</q-item-label >
69- <q-item-label caption >github.com/quasarframework</q-item-label >
70- </q-item-section >
71- </q-item >
72- <q-item clickable tag =" a" target =" _blank" href =" http://chat.quasar.dev" >
73- <q-item-section avatar >
74- <q-icon name =" chat" />
75- </q-item-section >
76- <q-item-section >
77- <q-item-label >Discord Chat Channel</q-item-label >
78- <q-item-label caption >chat.quasar.dev</q-item-label >
79- </q-item-section >
80- </q-item >
81- <q-item clickable tag =" a" target =" _blank" href =" https://forum.quasar.dev" >
82- <q-item-section avatar >
83- <q-icon name =" record_voice_over" />
84- </q-item-section >
85- <q-item-section >
86- <q-item-label >Forum</q-item-label >
87- <q-item-label caption >forum.quasar.dev</q-item-label >
88- </q-item-section >
89- </q-item >
90- <q-item clickable tag =" a" target =" _blank" href =" https://twitter.com/quasarframework" >
91- <q-item-section avatar >
92- <q-icon name =" rss_feed" />
93- </q-item-section >
94- <q-item-section >
95- <q-item-label >Twitter</q-item-label >
96- <q-item-label caption >@quasarframework</q-item-label >
97- </q-item-section >
98- </q-item >
99- <q-separator />
100- <q-item clickable tag =" a" target =" _blank" href =" https://github.com/quasarframework/app-extension-qiconpicker" >
101- <q-item-section avatar >
102- <q-icon name =" extension" />
103- </q-item-section >
104- <q-item-section >
105- <q-item-label >QIconPicker home</q-item-label >
106- <q-item-label caption >@quasar/qiconpicker</q-item-label >
107- </q-item-section >
108- </q-item >
109- <q-item clickable tag =" a" target =" _blank" href =" https://github.com/quasarframework/app-extension-qmarkdown" >
110- <q-item-section avatar >
111- <q-icon name =" extension" />
112- </q-item-section >
113- <q-item-section >
114- <q-item-label >QMarkdown home</q-item-label >
115- <q-item-label caption >@quasar/qmarkdown</q-item-label >
116- </q-item-section >
117- </q-item >
118- <q-separator />
119- <q-item clickable to =" /docs" >
120- <q-item-section avatar >
121- <q-icon name =" calendar_today" />
122- </q-item-section >
123- <q-item-section >
124- <q-item-label >QIconPicker docs</q-item-label >
125- <q-item-label caption >Documentation</q-item-label >
126- </q-item-section >
127- </q-item >
128- <q-item clickable to =" /demo" >
129- <q-item-section avatar >
130- <q-icon name =" calendar_today" />
131- </q-item-section >
132- <q-item-section >
133- <q-item-label >QIconPicker demo</q-item-label >
134- <q-item-label caption >Interactively play with properties</q-item-label >
135- </q-item-section >
136- </q-item >
137- <q-item clickable to =" /examples" >
138- <q-item-section avatar >
139- <q-icon name =" calendar_today" />
140- </q-item-section >
141- <q-item-section >
142- <q-item-label >QIconPicker examples</q-item-label >
143- <q-item-label caption >Examples of how to do it</q-item-label >
144- </q-item-section >
145- </q-item >
146- </q-list >
53+ <essential-links />
14754 </q-expansion-item >
14855 </div >
14956 </q-drawer >
@@ -160,7 +67,8 @@ import { openURL } from 'quasar'
16067export default {
16168 name: ' IconPickerLayout' ,
16269 components: {
163- ' playground ' : () => import (' ../components/Playground' )
70+ ' playground ' : () => import (' ../components/Playground' ),
71+ ' essential-links ' : () => import (' ../components/EssentialLinks' )
16472 },
16573 data () {
16674 return {
0 commit comments