turbo_material 0.2.16 → 0.2.17

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 566af94c68c8f7f9b1001f4c02a304b03070251b1c504cfd5fd3149c19d5835c
4
- data.tar.gz: 3181ae85c78d79e36d4bc6746179de96da7cf7d078986164bd42e13f1385b9dc
3
+ metadata.gz: 1623b6bf21bbdba8af1e54604ded65c4ea4b9181fbc39fa5b0e9ebb0c45c3b2b
4
+ data.tar.gz: f29b6252a029be2dfdd728f88646392f5b34edd6fee7539d9251218aa2b2f8d1
5
5
  SHA512:
6
- metadata.gz: 7316ae125b9b246a5b8be66156a4520190cccec68a8b679602efc07119622516d081d248d420b283959323206ac5c02195cbd55f2dae0dbe8f654bcdf7698840
7
- data.tar.gz: c7be6e7d630ba2e977210d899b97ad83abceae836c10f5bec52e5ae42ee2c6f0e8fbd7d1cdda8d14c890e1fa155dc404683e0a7480b33e95912aff29c9fa6599
6
+ metadata.gz: 2c195f9fd7d326e357336992f04fd88751a74546e79675b3aac0a7bf0b7216bae0ec17084051b04de9ea35efed00337c9d274704a1b3ae9d97401f7ba29e70a6
7
+ data.tar.gz: 77682dd076906ff49f90fd7fef92e7bb81b55467a54e8549248bf841bc213d67a089e8f7ea845176f008b8b2f340d97dda34e3aa6a84b8dc2479eccaf96a7af4
data/README.md CHANGED
@@ -15,6 +15,8 @@ That list is based on the project from which this library is being extracted. If
15
15
 
16
16
  ## Usage
17
17
 
18
+ Run `rails turbo_material:install` to install the gem and add necessary files to your project. Alternatively, you can follow the steps below.
19
+
18
20
  Add following to your `app/javascript/controllers/index.js` after `eagerLoadControllersFrom("controllers", application)` line:
19
21
 
20
22
  ```javascript
@@ -26,7 +28,6 @@ Add following to your `app/view/layouts/application.html.erb` in `<head>` sectio
26
28
  <link href="//cdn.jsdelivr.net/npm/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet">
27
29
  <script src="//cdn.jsdelivr.net/npm/material-components-web@latest/dist/material-components-web.min.js"></script>
28
30
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
29
- <%= stylesheet_link_tag "turbo_material/tailwind.css" %>
30
31
  ```
31
32
 
32
33
  ### Material Components for Web customizations