add copy button component
This commit is contained in:
parent
92b4c31293
commit
1efcacd845
1 changed files with 7 additions and 0 deletions
7
app/components/dsfr/copy_button_component.rb
Normal file
7
app/components/dsfr/copy_button_component.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class Dsfr::CopyButtonComponent < ApplicationComponent
|
||||
def initialize(text:, title:, success: nil)
|
||||
@text = text
|
||||
@title = title
|
||||
@success = success
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue