Skip to content

Commit

Permalink
Remote tooltip component
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Jan 5, 2025
1 parent fff50d0 commit 8194d3b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 40 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Unreleased]
- New popovers with floating-ui and popover tag. (popover/dropdown)
- Remove tooltip component

## [0.0.78] - 2024-01-04
- Lighter table foot color
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/css_zero/add/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Description:
This will add components into your project.

Components:
accordion alert autoanimate autosave avatar badge breadcrumb button card carousel chart check_all combobox command collapsible datepicker dialog dropdown flash form fullscreen group hotkey input input_concerns inputmask layouts lightbox local_time navigation pagination progress prose sheet skeleton sortable switch table tabs tooltip trix upload_preview toggle web_share
accordion alert autoanimate autosave avatar badge breadcrumb button card carousel chart check_all combobox command collapsible datepicker dialog dropdown flash form fullscreen group hotkey input input_concerns inputmask layouts lightbox local_time navigation pagination progress prose sheet skeleton sortable switch table tabs trix upload_preview toggle web_share

Example:
bin/rails generate css_zero:add [components...]
3 changes: 0 additions & 3 deletions lib/generators/css_zero/add/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ table:
tabs:
- app/assets/stylesheets/tabs.css
- app/javascript/controllers/tabs_controller.js
tooltip:
- app/assets/stylesheets/tooltip.css
- app/javascript/controllers/tooltip_controller.js
trix:
- app/assets/stylesheets/ztrix.css
upload_preview:
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 8194d3b

Please sign in to comment.