You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
309 B
19 lines
309 B
({
|
|
type: 'div',
|
|
children: [{
|
|
type: 'div',
|
|
classList: ['box', 'box1']
|
|
}, {
|
|
type: 'div',
|
|
classList: ['box', 'box2']
|
|
}, {
|
|
type: 'div',
|
|
classList: ['box', 'box3']
|
|
}, {
|
|
type: 'div',
|
|
classList: ['box', 'box4']
|
|
}, {
|
|
type: 'div',
|
|
classList: ['box', 'box5']
|
|
}]
|
|
})
|
|
|