Craft Group select
Go to file
MaxOvs19 44f8c1a65b
Merge pull request #24 from apuc/fix-all-documentation
Fixed/added description all documentation
2022-11-09 12:23:34 +03:00
documentation Fixed/added description all documentation 2022-11-08 16:57:35 +03:00
src Fixed/added description all documentation 2022-11-08 16:57:35 +03:00
.gitignore Feat/add dropdown list via js (#1) 2022-09-21 11:54:22 +03:00
.prettierrc [main] Added dropdown-list! 2022-09-12 19:14:08 +03:00
package-lock.json Feat/add dropdown list via js (#1) 2022-09-21 11:54:22 +03:00
package.json Fix documentation and refactoring classes 2022-10-21 16:17:37 +03:00
README.md Update README.md 2022-10-26 15:34:40 +03:00

CG-SELECT

This component allows you to create a generic custom select. Customization, multiselect, search by select elements are available.

Installation

TODO: Describe the installation process

Usage

All documentation on the select is located in the folder of the same name. The documentation describes all the methods and variables, there are also examples of passing settings to the select. To view it, run the index.html file from the documentation folder.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history