hotwire_combobox
An accessible autocomplete for Ruby on Rails.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- questions_suggestions.md
- ci.yml
- dependabot.yml
- release.yml
- hw_combobox_manifest.js
- hw_combobox_controller.js
- actors.js
- announcements.js
- async_loading.js
- autocomplete.js
- base.js
- callbacks.js
- dialog.js
- events.js
- filtering.js
- form_field.js
- multiselect.js
- navigation.js
- new_options.js
- options.js
- restoration.js
- selection.js
- toggle.js
- validity.js
- combobox.js
- bodyScrollLock.js
- requestjs.js
- helpers.js
- hotwire_combobox.esm.js
- hotwire_combobox.css
- dialog.rb
- fieldset.rb
- form.rb
- handle.rb
- hidden_field.rb
- input.rb
- label.rb
- listbox.rb
- wrapper.rb
- announced.rb
- associations.rb
- async.rb
- customizable.rb
- freetext.rb
- multiselect.rb
- paginated.rb
- collection.rb
- group.rb
- item.rb
- option.rb
- component.rb
- _selection_chip.turbo_stream.erb
- _component.html.erb
- _next_page.turbo_stream.erb
- _paginated_options.turbo_stream.erb
- _pagination.html.erb
- _selection_chip.turbo_stream.erb
- dev
- load_fixtures
- rails
- release
- rubocop
- setup
- test
- test_system
- hw_importmap.rb
- logo.png
- engine.rb
- helper.rb
- platform.rb
- version.rb
- hotwire_combobox.rb
- manifest.js
- alabama.png
- favicon.ico
- florida.png
- michigan.png
- minnesota.png
- mississippi.png
- missouri.png
- us.png
- preflight.css
- application_controller.rb
- comboboxes_controller.rb
- greetings_controller.rb
- movie_ratings_controller.rb
- movies_controller.rb
- new_options_forms_controller.rb
- state_chips_controller.rb
- states_controller.rb
- users_controller.rb
- visits_controller.rb
- events_controller.js
- restoration_controller.js
- application.js
- custom_clear_controller.js
- dialog_controller.js
- hello_controller.js
- index.js
- application.js
- application_record.rb
- form.rb
- movie.rb
- state.rb
- user.rb
- visit.rb
- _nav.html.erb
- async.html.erb
- async_html.html.erb
- async_preload.html.erb
- conflicting_order.html.erb
- custom_attrs.html.erb
- custom_events.html.erb
- debounced.html.erb
- dialog.html.erb
- disabled.html.erb
- enum.html.erb
- external_clear.html.erb
- form_object.html.erb
- formbuilder.html.erb
- freetext_async.html.erb
- grouped_options.html.erb
- html_options.html.erb
- include_blank.html.erb
- inline_autocomplete.html.erb
- list_autocomplete.html.erb
- morph.html.erb
- multiselect.html.erb
- multiselect_async_html.html.erb
- multiselect_client.html.erb
- multiselect_client_async_prefilled.html.erb
- multiselect_client_new_values.html.erb
- multiselect_client_prefilled.html.erb
- multiselect_custom_events.html.erb
- multiselect_new_values.html.erb
- multiselect_prefilled_form.html.erb
- multiselect_required.html.erb
- new_options.html.erb
- open.html.erb
- padded.html.erb
- plain.html.erb
- prefilled.html.erb
- prefilled_async.erb
- prefilled_form.html.erb
- prefilled_free_text.html.erb
- prefilled_html.html.erb
- render_in.html.erb
- render_in_locals.erb
- required.html.erb
- restoration.html.erb
- single_select_required.html.erb
- turbo_streamed_block.turbo_stream.erb
- new.html.erb
- application.html.erb
- _blank_option.turbo_stream.erb
- _movie.turbo_stream.erb
- _rating.html.erb
- index.turbo_stream.erb
- index_html.turbo_stream.erb
- index_with_blank.turbo_stream.erb
- index_with_blank_html.turbo_stream.erb
- _chip.html.erb
- _simple_chip.html.erb
- create_html.turbo_stream.erb
- _destructured_state.html.erb
- _state.html.erb
- index.turbo_stream.erb
- rails
- rake
- setup
- development.rb
- production.rb
- test.rb
- content_security_policy.rb
- filter_parameter_logging.rb
- inflections.rb
- permissions_policy.rb
- en.yml
- application.rb
- boot.rb
- cable.yml
- database.yml
- environment.rb
- importmap.rb
- puma.rb
- routes.rb
- storage.yml
- 20231220020047_create_states.rb
- 20231220020208_create_users.rb
- 20240128015908_create_movies.rb
- 20240220212536_add_rating_to_movies.rb
- 20240317175203_add_location_to_states.rb
- 20240317181056_create_visits.rb
- schema.rb
- .keep
- 404.html
- 422.html
- 500.html
- apple-touch-icon-precomposed.png
- apple-touch-icon.png
- favicon.ico
- config.ru
- Rakefile
- .keep
- movies.yml
- states.yml
- users.yml
- visits.yml
- helper_test.rb
- .keep
- attribute_assertions_helper.rb
- combobox_actions_helper.rb
- combobox_assertions_helper.rb
- configuration_helper.rb
- viewport_assertions_helper.rb
- option_test.rb
- component_test.rb
- async_test.rb
- autocomplete_test.rb
- clearing_test.rb
- custom_elements_test.rb
- custom_events_test.rb
- debounce_test.rb
- dialog_test.rb
- enum_test.rb
- freetext_test.rb
- grouped_options_test.rb
- hotwire_combobox_test.rb
- include_blank_test.rb
- keyboard_navigation_test.rb
- multiselect_client_test.rb
- multiselect_test.rb
- preselection_test.rb
- render_in_test.rb
- restoration_test.rb
- selection_test.rb
- validity_test.rb
- application_system_test_case.rb
- application_view_test_case.rb
- hotwire_combobox_test.rb
- system_test_helper.rb
- test_helper.rb
- .gitignore
- .npmignore
- .rubocop.yml
- Brewfile
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- hotwire_combobox.gemspec
- MIT-LICENSE
- package.json
- Procfile.dev
- Rakefile
- README.md
- rollup.config.mjs
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/josefarias/hotwire_combobox
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd hotwire_combobox
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
yarn add @josefarias/hotwire_combobox
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm install @josefarias/hotwire_combobox
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
