daisyui_on_phlex 0.4.0 → 0.5.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.
- checksums.yaml +4 -4
- data/README.md +15 -0
- data/lib/daisyui_on_phlex/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 001e552b0a8e87668046625290e6d442343c8c3d125727e76dcae1875cb3a68d
|
4
|
+
data.tar.gz: 5bd9679a9fce1dc05caf55c64a3fb1b32ce5ca389bc55c6e91aea5d94aae0346
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1940399c9cb531092396f5df5fa5289de25aab5e1cde9001c2a9c93484283670983ec71b961b0541e088f8ba94dc0b33be560180152365bdef00364e4cc35df
|
7
|
+
data.tar.gz: 8819ba747f86f9fdb429097311b1eb5ce7e861198c43e68ffe3a2745d9d49df489a1fe5cfc8091d1003a9a8f7c9f8be0053bbbac9ed9b52f390d8810681c848b
|
data/README.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# DaisyUI On Phlex
|
2
2
|
|
3
|
+
> **⚠️ WARNING: UNDER ACTIVE DEVELOPMENT ⚠️**
|
4
|
+
>
|
5
|
+
> **🚧 THIS GEM IS NOT READY FOR PRODUCTION USE 🚧**
|
6
|
+
>
|
7
|
+
> This gem is currently in heavy development and APIs may change frequently. Components, installation process, and configuration may break between versions without notice. Please DO NOT use this in production applications yet.
|
8
|
+
>
|
9
|
+
> **Current Status:**
|
10
|
+
> - ⚠️ Installation process is being refined
|
11
|
+
> - ⚠️ Components may have bugs or missing features
|
12
|
+
> - ⚠️ Documentation may be outdated
|
13
|
+
>
|
14
|
+
> **We recommend waiting!**
|
15
|
+
>
|
16
|
+
> If you want to contribute or test, please use at your own risk and expect breaking changes.
|
17
|
+
|
3
18
|
[](https://badge.fury.io/rb/daisyui_on_phlex)
|
4
19
|
|
5
20
|
A Ruby gem that provides [DaisyUI](https://daisyui.com) components as [Phlex](https://phlex.fun) components for Rails applications. This gem makes it easy to use DaisyUI's beautiful components in your Ruby on Rails projects with the power and simplicity of Phlex.
|