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
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ Unofficial, open source implementation of [Flowbite](https://flowbite.com/) comp
7
7
8
8
Flowbite Components provides a comprehensive library of UI components following the Flowbite design system, implemented as Rails ViewComponents with full Tailwind CSS integration and dark mode support.
9
9
10
+
Preview the components at https://flowbite-components.substancelab.com/lookbook/
11
+
10
12
## Features
11
13
12
14
-**Full Flowbite Design System**: Faithful implementation of Flowbite components
@@ -82,6 +84,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
82
84
<% end %>
83
85
```
84
86
87
+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_field/inputfield.
88
+
85
89
### Button Examples
86
90
87
91
```erb
@@ -101,6 +105,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
101
105
<% end %>
102
106
```
103
107
108
+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/button/default.
109
+
104
110
### Custom Input Options
105
111
106
112
```erb
@@ -118,6 +124,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
118
124
) %>
119
125
```
120
126
127
+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_field/inputfield.
128
+
121
129
### Custom Labels
122
130
123
131
```erb
@@ -131,6 +139,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
131
139
) %>
132
140
```
133
141
142
+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_label/inputlabel.
143
+
134
144
### Disabled and Error States
135
145
136
146
```erb
@@ -149,6 +159,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
149
159
) %>
150
160
```
151
161
162
+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_field/disabled_state.
0 commit comments