|
3 | 3 | <h6 class="feature list">What's New?</h6> |
4 | 4 |
|
5 | 5 | <p class="info-sub-heading">More Semantic HMTL</p> |
6 | | - <p class="infoContent"></p> |
7 | | - |
8 | | - <p class="info-sub-heading">Component Customization</p> |
9 | | - <p class="infoContent"></p> |
| 6 | + <p class="infoContent"> <img style="vertical-align:middle" alt="save" src="../../../assets/save.png" |
| 7 | + class="tut-image"> Click on Create Component to access the list of HTML tags </p> |
10 | 8 |
|
11 | 9 | <p class="info-sub-heading">Drag and Drop for HTML Tags </p> |
12 | | - <p class="infoContent"></p> |
| 10 | + <p class="infoContent">Choose HTML tags to include in the component. Click on a tag and drag to the desired |
| 11 | + position. </p> |
13 | 12 |
|
14 | | - <p class="info-sub-heading">Add class, id, and v-model Attributes </p> |
15 | | - <p class="infoContent"></p> |
| 13 | + <p class="info-sub-heading">Component Customization</p> |
| 14 | + <p class="infoContent">Assign a class to the HTML tag. To change the color of the component, click on the palette |
| 15 | + icon |
| 16 | + <img style="vertical-align:middle" alt="save" src="../../../assets/palatte.png" class="tut-image"> |
| 17 | + in the top left corner of the component. To alter the size of the component, click and drag on the white |
| 18 | + squares surrounding the component. To access advanced styling options, double click the Purple HTML button. Here, |
| 19 | + you may freely place the HTML elements. <img style="vertical-align:middle" alt="save" |
| 20 | + src="../../../assets/zindex-1.png" class="tut-image">There is also an option to change the z-index. |
| 21 | + </p> |
16 | 22 |
|
17 | 23 | <p class="info-sub-heading">Added Scoped Tags</p> |
18 | | - <p class="infoContent"></p> |
| 24 | + <p class="infoContent">Style tags are automatically available as stylistic changes are made to the component. The |
| 25 | + tags can be found under the Code Snippet tab, towards the bottom.</p> |
| 26 | + |
| 27 | + <p class="info-sub-heading">Add class, id, and v-model Attributes </p> |
| 28 | + <p class="infoContent">There are multiple ways to add attributes. |
| 29 | + One method is to click on the HTML Attributes drop down button. Specify the attribute by selecting either id or |
| 30 | + class. Click the + or enter to apply the attribute. <br> |
| 31 | + Another method is to double click the HTML tag. Above the styling options are inputs for class, two-way binding, |
| 32 | + and inner text. Make sure to click on the submit icon located inside the input to apply your changes. |
| 33 | + </p> |
19 | 34 |
|
20 | 35 | <p class="info-sub-heading">Ability to Nest Components</p> |
21 | | - <p class="infoContent"></p> |
| 36 | + <p class="infoContent">Create a new component. Navigate to the component you wish to be the parent, and add the |
| 37 | + child component to the drop down button of Add/remove children. </p> |
22 | 38 | <q-btn class="tut-btn" color="secondary" id="advanced-btn" label="Advanced Functionality" @click="nextTab" /> |
23 | 39 | <q-btn></q-btn> |
24 | 40 | </section> |
|
0 commit comments