Skip to content

Commit 23c09f8

Browse files
authored
Merge pull request #57 from substancelab/link_it_up
Add links to previews
2 parents 4a6f30a + 2470c0b commit 23c09f8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Unofficial, open source implementation of [Flowbite](https://flowbite.com/) comp
77

88
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.
99

10+
Preview the components at https://flowbite-components.substancelab.com/lookbook/
11+
1012
## Features
1113

1214
- **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/
8284
<% end %>
8385
```
8486

87+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_field/inputfield.
88+
8589
### Button Examples
8690

8791
```erb
@@ -101,6 +105,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
101105
<% end %>
102106
```
103107

108+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/button/default.
109+
104110
### Custom Input Options
105111

106112
```erb
@@ -118,6 +124,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
118124
) %>
119125
```
120126

127+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_field/inputfield.
128+
121129
### Custom Labels
122130

123131
```erb
@@ -131,6 +139,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
131139
) %>
132140
```
133141

142+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_label/inputlabel.
143+
134144
### Disabled and Error States
135145

136146
```erb
@@ -149,6 +159,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
149159
) %>
150160
```
151161

162+
See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_field/disabled_state.
163+
152164
## How to customize components
153165

154166
### Add specific CSS classes

0 commit comments

Comments
 (0)