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
Unofficial, open source implementation of [Flowbite](https://flowbite.com/) components for Rails applications, built using [ViewComponent](https://viewcomponent.org/).
7
7
8
-
Flowbite ViewComponents 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.
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
10
## Features
11
11
@@ -22,7 +22,7 @@ Flowbite ViewComponents provides a comprehensive library of UI components follow
22
22
Add the gem to your application's Gemfile:
23
23
24
24
```ruby
25
-
gem 'flowbite-view_components'
25
+
gem 'flowbite-components'
26
26
```
27
27
28
28
Then execute:
@@ -52,7 +52,7 @@ Add Flowbite to your Tailwind CSS configuration. In your `app/assets/tailwind/ap
@@ -223,7 +223,7 @@ This library includes Lookbook previews for all components. To view them:
223
223
224
224
## Contributing
225
225
226
-
Bug reports and pull requests are welcome on GitHub at [https://github.com/substancelab/flowbite-view_components](https://github.com/substancelab/flowbite-view_components).
226
+
Bug reports and pull requests are welcome on GitHub at [https://github.com/substancelab/flowbite-components](https://github.com/substancelab/flowbite-components).
0 commit comments