lightning_ui_kit 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +33 -0
  4. data/Rakefile +5 -0
  5. data/app/assets/builds/lightning_ui.css +2710 -0
  6. data/app/assets/builds/lightning_ui.js +6 -0
  7. data/app/assets/builds/lightning_ui.js.map +7 -0
  8. data/app/assets/stylesheets/lightning_ui/application.css +1 -0
  9. data/app/components/lightning_ui/alert_component.html.erb +4 -0
  10. data/app/components/lightning_ui/alert_component.rb +16 -0
  11. data/app/components/lightning_ui/avatar_component.html.erb +20 -0
  12. data/app/components/lightning_ui/avatar_component.rb +20 -0
  13. data/app/components/lightning_ui/badge_component.html.erb +9 -0
  14. data/app/components/lightning_ui/badge_component.rb +43 -0
  15. data/app/components/lightning_ui/banner_component.html.erb +17 -0
  16. data/app/components/lightning_ui/banner_component.rb +35 -0
  17. data/app/components/lightning_ui/base_component.rb +9 -0
  18. data/app/components/lightning_ui/button_component.html.erb +13 -0
  19. data/app/components/lightning_ui/button_component.rb +75 -0
  20. data/app/components/lightning_ui/checkbox_component.html.erb +37 -0
  21. data/app/components/lightning_ui/checkbox_component.rb +14 -0
  22. data/app/components/lightning_ui/description_list/item_component.html.erb +13 -0
  23. data/app/components/lightning_ui/description_list/item_component.rb +7 -0
  24. data/app/components/lightning_ui/description_list_component.html.erb +5 -0
  25. data/app/components/lightning_ui/description_list_component.rb +5 -0
  26. data/app/components/lightning_ui/dropdown/item_component.rb +5 -0
  27. data/app/components/lightning_ui/dropdown_component.html.erb +35 -0
  28. data/app/components/lightning_ui/dropdown_component.rb +23 -0
  29. data/app/components/lightning_ui/input_component.html.erb +99 -0
  30. data/app/components/lightning_ui/input_component.rb +44 -0
  31. data/app/components/lightning_ui/link_component.html.erb +7 -0
  32. data/app/components/lightning_ui/link_component.rb +8 -0
  33. data/app/components/lightning_ui/modal_component.html.erb +27 -0
  34. data/app/components/lightning_ui/modal_component.rb +21 -0
  35. data/app/components/lightning_ui/pagination_component.html.erb +21 -0
  36. data/app/components/lightning_ui/pagination_component.rb +42 -0
  37. data/app/components/lightning_ui/select_component.html.erb +20 -0
  38. data/app/components/lightning_ui/select_component.rb +25 -0
  39. data/app/components/lightning_ui/sidebar_component.html.erb +1 -0
  40. data/app/components/lightning_ui/sidebar_component.rb +4 -0
  41. data/app/components/lightning_ui/skeleton_component.html.erb +10 -0
  42. data/app/components/lightning_ui/skeleton_component.rb +8 -0
  43. data/app/components/lightning_ui/spinner_component.html.erb +10 -0
  44. data/app/components/lightning_ui/spinner_component.rb +4 -0
  45. data/app/components/lightning_ui/switch_component.html.erb +38 -0
  46. data/app/components/lightning_ui/switch_component.rb +31 -0
  47. data/app/components/lightning_ui/table/action_component.rb +9 -0
  48. data/app/components/lightning_ui/table/column_component.rb +12 -0
  49. data/app/components/lightning_ui/table_component.html.erb +40 -0
  50. data/app/components/lightning_ui/table_component.rb +16 -0
  51. data/app/components/lightning_ui/text_component.html.erb +3 -0
  52. data/app/components/lightning_ui/text_component.rb +12 -0
  53. data/app/components/lightning_ui/textarea_component.html.erb +48 -0
  54. data/app/components/lightning_ui/textarea_component.rb +42 -0
  55. data/app/helpers/lightning_ui/application_helper.rb +7 -0
  56. data/app/helpers/lightning_ui/heroicon_helper.rb +14 -0
  57. data/app/javascript/lightning_ui/controllers/accordion_controller.js +51 -0
  58. data/app/javascript/lightning_ui/controllers/banner_controller.js +11 -0
  59. data/app/javascript/lightning_ui/controllers/checkbox_controller.js +18 -0
  60. data/app/javascript/lightning_ui/controllers/clipboard_controller.js +21 -0
  61. data/app/javascript/lightning_ui/controllers/dropdown_controller.js +22 -0
  62. data/app/javascript/lightning_ui/controllers/main_controller.js +17 -0
  63. data/app/javascript/lightning_ui/controllers/modal_controller.js +44 -0
  64. data/app/javascript/lightning_ui/controllers/reveal_controller.js +22 -0
  65. data/app/javascript/lightning_ui/controllers/switch_controller.js +18 -0
  66. data/app/javascript/lightning_ui/index.js +31 -0
  67. data/config/initializers/heroicons.rb +5 -0
  68. data/lib/lightning_ui/engine.rb +20 -0
  69. data/lib/lightning_ui/version.rb +3 -0
  70. data/lib/lightning_ui.rb +6 -0
  71. data/lib/tasks/lightning_ui_tasks.rake +4 -0
  72. metadata +200 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3afe24a01aa6c9eed33182f7b284a322949b1a48949780efc777a7327d07df9d
4
+ data.tar.gz: 2c0c686bf992e0802c9906d45295e7de7cd0a8a3f339b77c3778932f2e60878a
5
+ SHA512:
6
+ metadata.gz: 9a990420d69acfc214bb25f885576a787d4dfcb6577a294efa33898c203682fbc7457292883f26795e05e286dbcf2ce2f28542f8f33fb1d3a60569abed5a38cb
7
+ data.tar.gz: 4e8b38e85e6aa6689bc03672166442e14ab1ffd938b1771057c8e586d54168ca7f5a75134101bc1053aa992c9a046ca9c00b114d474e71d9044ef8fddc270f4b
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright Alex Koval
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,33 @@
1
+ # LightningUi
2
+ UI components for fast prototyping in Rails applications.
3
+
4
+ ## Usage
5
+
6
+ Add this line to your application's Gemfile:
7
+
8
+ ```ruby
9
+ gem "lightning_ui_kit"
10
+ ```
11
+
12
+ And then execute:
13
+ ```bash
14
+ $ bundle
15
+ ```
16
+
17
+ Add the following lines to your `application.html.erb` file:
18
+ ```erb
19
+ <%= stylesheet_link_tag "lightning_ui" %>
20
+ <%= javascript_include_tag "lightning_ui" %>
21
+ ```
22
+
23
+ Then you can use components in your views like this:
24
+
25
+ ```erb
26
+ <%= render LightningUi::ButtonComponent.new(text: "Click me!") %>
27
+ ```
28
+
29
+ ## Contributing
30
+ Bug reports and pull requests are welcome
31
+
32
+ ## License
33
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/Rakefile ADDED
@@ -0,0 +1,5 @@
1
+ require "bundler/setup"
2
+
3
+ load "rails/tasks/statistics.rake"
4
+
5
+ require "bundler/gem_tasks"