Fixed folders

This commit is contained in:
MaxOvs 2022-12-21 17:52:54 +03:00
parent eee3ff36f2
commit b8dbbbbcd1
7 changed files with 14 additions and 13 deletions

View File

@ -1,6 +1,6 @@
# CG-SELECT
## version ~ 0.1.1
## version ~ 0.1.12
Этот компонент позволяет создать кастомный селект. Он предлагает более гибкую настройку и использование селекта.
Доступна кастомизация, мультивыбор и живой поиск по елементам.

View File

@ -19,7 +19,7 @@
<section>
<h2>CG-SELECT</h2>
<a href="../src/index.html">-- Вернуться к примеру --</a>
<a href="/src/page/index.html">-- Вернуться к примеру --</a>
<p>
Этот компонент предлагает более гибкую настройку и использование селекта. Так же
реализованны методы взаимодействия с селектом.

View File

@ -1,10 +1,11 @@
{
"name": "dropdown-list",
"version": "0.0.1",
"description": "",
"name": "cg-select",
"version": "0.1.12",
"description": "Select control created with JS for use in JS/React",
"author": "MaxOvs19",
"scripts": {
"start": "parcel src/index.html -p 4500 --open ",
"build": "parcel build ./src/index.html --public-url /",
"start": "parcel src/page/index.html -p 4500 --open ",
"build": "parcel build ./src/page/index.html --public-url",
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
@ -12,7 +13,7 @@
"type": "git",
"url": "git+https://github.com/MaxOvs19/cg-select.git"
},
"author": "MaxOvs19",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxOvs19/cg-select/issues"

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="style/main.scss" rel="stylesheet" />
<link href="/src/style/main.scss" rel="stylesheet" />
</head>
<body>
<div class="container">
@ -18,7 +18,7 @@
<nav>
<ul class="navlist">
<li><a href="">Home</a></li>
<li><a href="../documentation/index.html">Documentation</a></li>
<li><a href="/documentation/index.html">Documentation</a></li>
</ul>
</nav>
</header>
@ -259,5 +259,5 @@
</div>
</div>
</body>
<script type="module" src="/src/index.js"></script>
<script type="module" src="index.js"></script>
</html>

View File

@ -1,5 +1,5 @@
import { DropDown } from './cg-dropdown';
import './exemple-page';
import { DropDown } from '../cg-select';
import './example';
// ------------------------------Обычный селект--------------------
const dropdown = new DropDown({