semantic-ui
Here are 1,415 public repositories matching this topic...
-
Updated
Jul 8, 2020 - Ruby
-
Updated
Jul 9, 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?
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.
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"
-
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
Jul 7, 2020 - CSS
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jun 6, 2020 - 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
Jul 9, 2020 - TypeScript
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