npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ember-semantic-ui

v1.0.1

Published

The ui components based on semantic-ui

Downloads

47

Readme

ember-semantic-ui

Build Status Downloads Version

This Ember addon support many UI components based on semantic-ui, Anyone can use this addon in their Ember project.

Demo Docs

Components

Layout

Button

Menu

Input

Checkbox

Modal

Select

File

Popup

Message

Getting Started

Dummy app

git clone https://github.com/wecatch/ember-semantic-ui
npm install
ember server

Use this addon in your ember application

ember install ember-semantic-ui

1.Modify app/index.html and import semanti-ui js file and css file

<link rel="stylesheet" href="{{rootURL}}assets/semantic.min.css">
<script src="{{rootURL}}assets/semantic.min.js"></script>

2.Start ember app

ember server 

3.Then you can use this addon components in your ember app

<UiInput/>

Thanks

The ember-uploader project support this addon file-uploader. Thanks to their author

Release notes

1.0.1

  • fix FileInput bug
  • fix UiInputTags value change rerender

1.0.0

  • Upgrade ember-cli to 4.4, this version is not compatible, please take caution
  • Only support glimmer component

0.2.3

  • bump babel

0.2.2

  • remove bower, install npm package semantic-ui-css for semantic-ui

0.2.1

0.2.0

  • upgrade ember-cli to 3.1, support ember to latest 3.0
  • upgrade semantic-ui to 2.3.2

0.1.2

upgrade ember-cli to 2.11, upgrade ember to latest 2.11

0.1.1

fix dummy app

0.1.0

  • add docs
  • file-input support multiple files upload
  • add menu component
  • add row, column, container component

0.0.8

  • added ui-pop-up, ui-date-input, ui-date-time-input
  • fix many bugs
  • rework some component according to component-best-practices

0.0.7

  • remove ui-remote-select, ui-link, ui-dropdown
  • added ui-label, ui-labeled-button, ui-animated-button, ui-dropdown-menu, ui-left-labeled-button, ui-pointing-label
  • redesign ui-select, ui-multi-select, ui-checkbox-group, ui-radio-group
  • ui-alter renamed to ui-message

Tip

0.0.7 is not backward compatible, be careful to update

0.0.5

2015-12-09

  • ui-uploader,ui-checkbox,file-object fix some bugs

0.0.3

2015-10-21

  • Ember.js v3.24 or above
  • Ember CLI v3.24 or above
  • Node.js v12 or above