Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Unofficial, open source implementation of [Flowbite](https://flowbite.com/) comp

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.

Preview the components at https://flowbite-components.substancelab.com/lookbook/

## Features

- **Full Flowbite Design System**: Faithful implementation of Flowbite components
Expand Down Expand Up @@ -82,6 +84,8 @@ If you want to use one of the other [Flowbite themes](https://flowbite.com/docs/
<% end %>
```

See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_field/inputfield.

### Button Examples

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

See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/button/default.

### Custom Input Options

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

See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_field/inputfield.

### Custom Labels

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

See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_label/inputlabel.

### Disabled and Error States

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

See more examples at https://flowbite-components.substancelab.com/lookbook/inspect/input_field/disabled_state.

## How to customize components

### Add specific CSS classes
Expand Down