nfg_ui 0.12.7 → 0.12.8
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 +4 -4
- data/README.md +3 -0
- data/lib/nfg_ui/components/elements/nav_link.rb +1 -0
- data/lib/nfg_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d8f2c14ba5696d088d27de7ad8caea2b9d1307713b2f7d9cbf26e969b50d51b
|
|
4
|
+
data.tar.gz: ea3347bb493d9cfce24e218e517d883ee307efbcbdd0f0935534f2717f2e9daa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a10d17d6bca35afc7a14020b3b077f23d917dbd7665a2f80195e6bed495db3b15d808f2a7d9cc46f10fc4fb928515212df0bf2fc494fd99bfd50f1371edd7840
|
|
7
|
+
data.tar.gz: 5c2b9c627aad987b32169d0ab1d92b8c5011e1b087fd1120c8bd5ba45a5c4291b478f695730f31298d3ebe550667604187240e6273a9c95e89f8679a973eb7ab
|
data/README.md
CHANGED
|
@@ -18,6 +18,9 @@ This gem is an organic, evolving and ongoing work that is the loving result of 4
|
|
|
18
18
|
With this gem, you can stand up a brand new rails app and it will seamlessly, from day 1, look, feel and be a Network for Good product. *Huzzah*
|
|
19
19
|
|
|
20
20
|
## Accessing Component Code Examples & Documentation:
|
|
21
|
+
|
|
22
|
+
Visit [NFG UI Display App](https://nfg-ui-display-app.herokuapp.com/) for examples.
|
|
23
|
+
|
|
21
24
|
To review the documentation for the components, get code samples and browse the library, follow the instructions at the bottom for getting the gem setup locally. It has its own `test_app` so the documentation is hosted there and the gem doesn't need to be added to a seperate parent app (unless you want to). We intend to get this online in its own dedicated space... until then, that's your best bet for browsing docs.
|
|
22
25
|
|
|
23
26
|
## Configuration
|
|
@@ -11,6 +11,7 @@ module NfgUi
|
|
|
11
11
|
include NfgUi::Components::Utilities::Traitable
|
|
12
12
|
include NfgUi::Components::Utilities::Describable
|
|
13
13
|
include NfgUi::Components::Utilities::Iconable
|
|
14
|
+
include NfgUi::Components::Utilities::Methodable
|
|
14
15
|
include NfgUi::Components::Utilities::Renderable
|
|
15
16
|
|
|
16
17
|
include NfgUi::Components::Traits::Active
|
data/lib/nfg_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nfg_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Roehm
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-07-
|
|
12
|
+
date: 2021-07-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bootstrap
|