-
The component:
```
import styled from "styled-components/macro";
import { Segment } from "semantic-ui-react";
import semanticStyles from "../../../semantic/exports.module.less";
export const …
xumix updated
5 years ago
-
I found that some of the stuff I would like to use doesn't exist here (`Tab` etc)
Also, the repo has old deprecated reason syntax.
Should I fork this repo and start overwriting or can I start my own…
-
## 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…
-
List component bullets appear as • instead of bullets utf-8 \2022.
Problem was showing up in Android and iOS after using Cordova to create the app.
Traced the issue and not a Cordova problem but 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 …
-
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…
-
To reproduce:
Start with a basic CRA, do not eject.
Install semantic-ui-css and semantic-ui-react. My app has the following in addition to the default react packages:
```json
dependencies:
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
1. Contents and/or State of items from dropdown lists and comboboxes often not available to AT and/or are not completely keyboard accessible. (e.g., Subject Select, Languages, Additional Description/L…
-
### Theming
versions
```js
"@craco/craco": "^5.2.3",
"craco-less": "^1.9.0",
"react": "^16.9.0",
"react-scripts": "3.1.1",
"semantic-ui-less": "^2.4.1",
"semantic-u…