Craft Group select
Go to file
MaxOvs19 e3ab6ae828
Merge pull request #18 from apuc/add-default-style
Added default styles(White/Dark) theme
2022-11-01 14:09:00 +03:00
documentation Fixed description 2022-10-26 16:22:50 +03:00
src Added default styles(White/Dark) theme 2022-10-31 19:32:59 +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