React Autocomplete
A react autocomplete component.
Package
See: https://github.com/lnwu/autocomplete/packages/27897
Docs
See: https://lnwu.github.io/autocomplete/
CI
Using github actions.
See: https://github.com/lnwu/autocomplete/actions
Tasks
- Component Feature
- Component Style
- Lint
- Test
- Storybook Docs
- Publish Package
KNOWN ISSUES:
-
For now publish will failed with
yarn publish --patch
no git config setting but publish success May need to useyarn publish --new-version ${GIT_TAG}
-
Fix skipped test
-
Fix docs deploy in CI