You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of <a href="https://daisyui.com" target="blank">DaisyUI</a> for Phoenix LiveView.
5
+
</p>
6
+
7
+
<p>
8
+
All DaisyUi components accept the <code>class</code> attribute for customisations (and often the <code>classes</code> struct to address inner elements). <a href="https://tailwindcss.com/docs/installation" target="blank">TailwindCSS utility classes</a> allow a wide range of customisations without having to write custom styles.
9
+
</p>
5
10
6
-
@doc"""
7
-
Hello world.
11
+
<p>
12
+
DaisyUi components can be used in <a href="https://github.com/phoenixframework/phoenix_live_view" target="_blank">Phoenix LiveView pages</a> and regular (non-LiveView) views in Phoenix applications.
13
+
</p>
8
14
9
-
## Examples
15
+
## Documentation
10
16
11
-
iex> DaisyUi.hello()
12
-
:world
17
+
- [Component documentation](`DaisyUi.Component`)
13
18
19
+
## Resources
20
+
21
+
- [DaisyUI Website](https://daisyui.com)
22
+
- [DaisyUI Storybook and Demo](daisyui.luhagel.com)
0 commit comments