Added cdn page

This commit is contained in:
MaxOvs19
2023-04-17 17:05:39 +03:00
parent cee0b77c33
commit a2b01ea1f5
4 changed files with 96 additions and 3 deletions

24
src/cdn/cdn.js Normal file
View File

@ -0,0 +1,24 @@
const dropdown = new CGSelect({
selector: ".cg-dropdown_cdn",
placeholder: "Choose a car",
label: "CDN EXAMPLE",
items: [
"BMW",
{
id: "213sade",
title: "Opel",
value: 1,
},
"Mersedes",
"MAN",
"Ferari",
],
styles: {
head: {
width: "830px",
},
list: {
width: "824px",
},
},
});