diff --git a/src/drivers/webextension/images/icons/stimulus-reflex-logo.svg b/src/drivers/webextension/images/icons/stimulus-reflex-logo.svg new file mode 100644 index 000000000..2199619ad --- /dev/null +++ b/src/drivers/webextension/images/icons/stimulus-reflex-logo.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index c3c7c2a19..8e62a1775 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -4026,6 +4026,17 @@ "icon": "Stimulus.png", "website": "https://stimulusjs.org/" }, + "StimulusReflex": { + "cats": [ + 18 + ], + "description": "StimulusReflex lets you create reactive web interfaces with Ruby on Rails.", + "dom": "[data-reflex]", + "icon": "stimulus-reflex-logo.svg", + "implies": ["Ruby on Rails", "Stimulus"], + "scripts": "\\.stimulate", + "website": "https://docs.stimulusreflex.com" + }, "Stitches": { "cats": [ 12, @@ -4817,4 +4828,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}