This commit is contained in:
Victor
2022-12-23 18:58:26 +03:00
parent 5ef6eddd88
commit 005f732424
6 changed files with 43 additions and 122 deletions

View File

@ -16,12 +16,10 @@ import {
} from './components/create-element';
import { ru, en } from './language/language';
/**
* @class Описание класса DropDown
* @description Этот класс реализовывает функционал кастомного селекта, с возможностями кастомизации.
*@author Овсяников Максим
* @author Овсяников Максим
*/
export class DropDown {
/**

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cg-Select</title>
<link href="/src/page/ExemplePage.scss" rel="stylesheet" />
<link href="/src/page/example.scss" rel="stylesheet" />
</head>
<body class="body-example">
<div class="container">