stimulus_sheet
stimulus_sheet contains 2 collected skills from schappim, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use stimulus_sheet, an HTML-first bottom-sheet / action-sheet for Stimulus.js (Hotwire). Apply when adding or editing an iOS-style bottom sheet, action sheet, modal drawer, or any "slides up from the bottom, half/full snap, drag-to-dismiss" UI in a Stimulus/Hotwire front end — especially when the page may also run inside a Hotwire-Native (TurboNative) WKWebView and must survive Turbo navigations. For the Rails server-driven version (view helpers, importmap pin, partial conventions) use the stimulus-sheet-rails skill instead.
Use stimulus_sheet_rails, the Rails companion for the stimulus_sheet JS package. Apply when wiring an iOS-style bottom sheet / action sheet into a Hotwire / Turbo / importmap Rails 7.1+ app — especially mobile views served to a Hotwire-Native shell. Provides view helpers (render_sheet, render_sheet_trigger), bundled asset pipeline registration, and a Hotwire-Native bridge fallback. For the pure JS API + markup contract use the stimulus-sheet-js skill.