-
Semantic/Fomantic UI has breakpoints for small screens (https://fomantic-ui.com/elements/container.html) and there is support for device visibility breakpoints (https://fomantic-ui.com/collections/gri…
-
## Bug Report
onChange not triggered on Radio with toggle and id props. And does okay without id or with name props.
### Steps
1. Add `id` and `toggle` props to Radio component
2. Click on ra…
-
In an example at https://react.semantic-ui.com/modules/sidebar/#states-visible there's a snippet like this:
```
import React from 'react'
import { Header, Icon, Image, Menu, Segment, Sidebar } fr…
-
Lots of things are missing when browsing with Safari Version 17.5 on macOS Sonoma 14.5 (23F79) to http://localhost:3000 (after ssh tunneling to ports 8080, 3000, and 3001)
![Screenshot 2024-09-11 a…
-
Using v0.7.0
```
import React, { useState } from 'react';
import { Segment } from 'semantic-ui-react';
import { Slider } from 'react-semantic-ui-range';
const FilterSlider = () => {
const …
-
**Describe the bug**
If you disable the full current month the component breaks.
**To Reproduce**
Steps to reproduce the behavior:
1. In a component add:
```tsx
import { DateInput } from "sema…
-
## Bug Report
I have found that Fomantic-UI don't work properly with this [pr](https://github.com/fomantic/Fomantic-UI/pull/359) because of additional `div` inside of `dimmer`.
Then I've created an …
-
## Bug Report
`fomantic-ui-css` is almost compatible with Semantic-ui but the Rating module doesn't work. It has been asked on [Fomantic-ui Github repository](https://github.com/fomantic/Fomantic-U…
-
**Describe the bug**
Marked dates in Date range only mark the dates in the current month
**To Reproduce**
Steps to reproduce the behavior:
1. Open Date Range Calendar
2. Find a date outside of …
Voxis updated
4 years ago
-
This is a pet peeve of mine, but when working with Volto code I always have to check which type of icon import I'm dealing with (Semantic-UI or Volto's component). Making this small refactoring (which…