semantic-ui
Here are 1,381 public repositories matching this topic...
https://jsfiddle.net/7os91g7n/20/
Reproduction steps:
- Extend manually columns, so the sum of their widths is larger than container size. The table becomes horizontally scrollable because of
resizeMode: 'overflow'. - Scroll to the right till the end.
- Drag the last column (
E) to the left.
Existing behavior:
The transparent picture of the column is dragged with an offset from the
-
Updated
Jun 12, 2020 - Ruby
-
Updated
Jun 3, 2020 - JavaScript
Based off of conversation in #353, it might be worth adding a simple example of a loader component in the dimmer docs:
<sui-dimmer class="inverted" [isDimmed]="isLoading" [isClickable]="false" [transitionDuration]="200">
<div class="ui text loader">Loading</div>
</sui-dimmer>-
Updated
Jun 6, 2020 - JavaScript
I want to add a few comments to the wiki, as well a few corrections. How can I submit a PR?
Error in wiki
In this page there is an error: https://github.com/ratiw/vue-table/wiki/Customize-the-Pagination-Info
info-template="Showing {from} to {to} of {total} entries"
info-no-data-template="Showing 0 to 0 of 0 entries"
instead of
:pagination-info-template="Showing: {from} - {to} out of {total} records"
pagination-info-no-data-template="The requested query return no result"
Currently we use single page layout for components documentation. It would be great to use router and have separate page for buttons and icons, etc.
This way it would look more similar to native Semantic UI documentation, which is additional advantage.
-
Updated
Apr 30, 2020 - JavaScript
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 } from 'semantic-ui-react'
const SidebarExampleVisible = () => (
<Sidebar.Pushable as={Segment}>
<Sidebar as={Menu} animation='overlay' icon='labeled' inverted vertical visible width='thin'>
-
Updated
May 8, 2020 - TypeScript
-
Updated
Oct 29, 2019 - HTML
-
Updated
Mar 8, 2019 - HTML
Examples page
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 30, 2018 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
Overview
As a user, I am directed to app preferences after the launch screen the first time I open the app.
-
Updated
May 6, 2018 - JavaScript
-
Updated
Apr 8, 2020 - JavaScript
-
Updated
Feb 14, 2019 - Vue
Improve this page
Add a description, image, and links to the semantic-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the semantic-ui topic, visit your repo's landing page and select "manage topics."


Bug Report
Steps