Fomantic-UI
Fomantic-UI copied to clipboard
Fomantic-UI is the official community fork of Semantic-UI
Create a `flyout` component which is an alternative to modals. They are off canvas menus which can contain anything but overflow over the page content and you can have multiple...
# Bug Report I'm using a top menu with multiple items, each of them opening a sidebar with an overlay transition. When I click one item from the menu, the...
At present, the sidebar only really seems to support `.menu` - what I'm proposing is to add support for essentially a pane/panel that is essentially very similar to a modal...
# Bug Report ```yarn add fomantic-ui``` fails. ## Steps to reproduce 1. Create a new folder on your filesystem (outside of any JS package) 2. Run `yarn init` 3. Run...
# Feature Request Similar to #2395 really, can we add a basic version (without borders and using the same background) as well as having the option to left align the...
# Feature Request On https://ui.agiletoolkit.org/demos/interactive/popup.php demo, it is intuitive to click on the menu item like `Browse`. But the menu item opens also on hover. When user hovers the item...
In an attempt to finish what was started at #1436 I initially said I would attempt to continue where @AhmedEid3 left off but I was struggling a bit so I...
# Bug Report Hi, I've been making an app and noticed, only on iOS apparently (Safari works), the sidebar on my project when I touch/drag it back brings the pusher...
## Description Safari on iOS 13.1+ seem to drag html containers on touchmove by default. At least this is happening for the sidebar. I am not quite sure if this...
## Description This PR moves the check for other active/animating modals to hide the dimmer to the hide animation complete instead of the hide animation start. ## Testcase [https://jsfiddle.net/xmd9eht6/](https://jsfiddle.net/xmd9eht6/) ##...