Files
UiQuestions/sidebars.js
T
bendtherules 44f1bfcf42 element-properties - Rename file and id
Changes -

1. id - From "element-properties" to "element-child-content". Changed in file and sidebar.js

2. rename file - from "element-properties.mdx" to "element-child-content.mdx"
2020-11-08 18:23:00 +05:30

37 lines
698 B
JavaScript

module.exports = {
"Quick Guide": {
"DOM and Events": [
"create-modify-element",
'element-child-content',
'element-position-scroll',
],
/*
'DOM and Events': [
'create-modify-element',
'read-from-element',
'event-callback-delegation',
'event-delegation-bubbling',
'input-elements',
'form-validation',
'mouse-touch-events',
'scroll-intersection-observer',
],
'CSS': [
'common-selectors',
'specificity',
]
*/
},
tasks: [
/*
'infinite-scrolling-page-with-api',
'draggable-element',
'drag-and-drop',
'clock-ui',
'popup-manager',
'todo-list'
*/
],
};