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

maxird-ng-semantic-ui

v1.0.26

Published

<!-- Logo --> <p align="center"> <a href="https://edcarroll.github.io/ng2-semantic-ui/"> <img height="128" width="238" src="https://raw.githubusercontent.com/edcarroll/ng2-semantic-ui/master/demo/src/assets/logo.png"> </a> </p>

Downloads

59

Readme

Semantic UI Angular Integrations, written in pure Angular - no JQuery required.

Introduction

Angular and jQuery don't go together - this is the fundamental principal of this library. It provides Angular component versions of the Semantic UI modules, so that you don't need to add jQuery to your app.

Note that only Semantic UI elements that use jQuery are recreated here - those written purely in CSS aren't included as they can be used in Angular apps already.

Installation & Usage

See the Documentation for installation instructions and extensive examples.

Dependencies

Component Support

| Icon | Description | |-------------------------|-------------------------------------------------------------------------------------| | :white_check_mark: | Component supported by ng2-semantic-ui. | | :rocket: | Semantic UI plugin supported by ng2-semantic-ui (not in Semantic UI Core). | | :ballot_box_with_check: | Component supported natively by Semantic UI (CSS only). | | :x: | Component currently unavailable. | | :no_entry_sign: | Component not applicable to Angular. |

| Elements | Collections | Views | Modules | Behaviors | |------------------------------------|------------------------------------|------------------------------------------|-----------------------------------|-------------------------------------| | :ballot_box_with_check: Button | :ballot_box_with_check: Breadcrumb | :ballot_box_with_check: Advertisment | :white_check_mark: Accordion | :no_entry_sign: API | | :ballot_box_with_check: Container | :ballot_box_with_check: Form | :ballot_box_with_check: Card | :white_check_mark: Checkbox | :no_entry_sign: Form Validation | | :ballot_box_with_check: Divider | :ballot_box_with_check: Grid | :ballot_box_with_check: Comment | :rocket: Collapse | :rocket: Localization | | :ballot_box_with_check: Flag | :ballot_box_with_check: Menu | :ballot_box_with_check: Feed | :rocket: Datepicker | :x: Visibiltiy | | :ballot_box_with_check: Header | :white_check_mark: Message | :ballot_box_with_check: Item | :white_check_mark: Dimmer | | | :ballot_box_with_check: Icon | :rocket: Pagination | :ballot_box_with_check: Statistic | :white_check_mark: Dropdown | | | :ballot_box_with_check: Image | :ballot_box_with_check: Table | | :x: Embed | | | :ballot_box_with_check: Input | | | :white_check_mark: Modal | | | :ballot_box_with_check: Label | | | :white_check_mark: Popup | | | :ballot_box_with_check: List | | | :white_check_mark: Progress | | | :ballot_box_with_check: Loader | | | :white_check_mark: Rating | | | :ballot_box_with_check: Rail | | | :white_check_mark: Search | | | :ballot_box_with_check: Reveal | | | :x: Shape | | | :ballot_box_with_check: Segment | | | :white_check_mark: Sidebar | | | :ballot_box_with_check: Step | | | :x: Sticky | | | | | | :white_check_mark: Tab | | | | | | :white_check_mark: Transition | |

Want to help?

Want to file a bug, contribute some code, or improve documentation? Great! Please read the contributing guidelines to get going.

Development

To generate all library files:

$ npm run lib:compile
# use lib:compile:w to watch for changes

To run the demo app:

$ npm run demo:serve

Testing

To run the unit tests suite:

$ npm run test

License

MIT © Edward Carroll