-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added create and edit base support to rubrics view
- created `LantternWeb.RubricsLive.FormComponent` live component and added support to edit/create rubric in `LantternWeb.RubricsLive.Explorer` - added `get_button_styles/1` function to core components, to apply button styles to different elements (e.g. links) - created `<.toggle>` core component - added support to `<.input type="toggle">` (basically a checkbox "mask") - added support to custom labels in `<.input>` component through `<:custom_label>` slot - added support to `:prevent_close_on_click_away` attr on `<.slide_over>` component
- Loading branch information
Showing
6 changed files
with
489 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.