diff options
Diffstat (limited to 'app/components/button.rb')
| -rw-r--r-- | app/components/button.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/button.rb b/app/components/button.rb new file mode 100644 index 0000000..8f9126f --- /dev/null +++ b/app/components/button.rb @@ -0,0 +1,3 @@ +FF::Cmp.new('Button', + :action, + clicked: false) |
