@teammodlr/modralselect
v2.0.1
Published
Modral Select ====================
Readme
Modral Select
Converts standard HTML select boxes into custom select boxes with enhanced features such as search functionality and keyboard navigation. It provides an accessible and user-friendly alternative to the default select boxes.
Installation
- Clone/Download latest version to local machine.
- Run
npm installornpm updateto install the asset dependencies. npm run dev- Runs demo projectnpm run build- Builds library to (/dist)
Development
/main - Main Branch. Currently used for the latest production builds.
/staging - Staging Branch. Currently used for the newest builds.
/dev/
/dev/[name] - Every user should have their own branch prefixed with `dev/`
/dev/[feature] - For features that may break existing features please create a new branch seperate from your development one to prevent conflicts.Pull requests
Each user will have their own development branch, pushing to either main or staging. Before pushing a pull request, ensure that you've tested your code. Once you're ready create a pull request to merge into Staging. An senior engineer will need to review your changes and allow the push to that branch.
When commiting please follow the Conventional Commits Standards as closesly as you can.
