MCPcopy Index your code
hub / github.com/edcarroll/ng2-semantic-ui

github.com/edcarroll/ng2-semantic-ui @v0.9.7

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.9.7 ↗ · + Follow
1,088 symbols 1,611 edges 210 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ng2-semantic-ui

Gitter Travis CI npm monthly downloads

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 compile:lib
# use compile:lib:w to watch for changes

To run the demo app (you must have Angular-CLI installed):

$ ng serve

Testing

To run the unit tests suite:

$ npm run test

To run the unit test suit in watch mode (the whole suite is re-executed every code/test change):

$ npm run test:w

To generate code coverage report:

$ npm run test:cov

this will generate a folder coverage with the HTML report

License

MIT © Edward Carroll

Extension points exported contracts — how you extend this code

ICustomValueAccessorHost (Interface)
(no doc) [7 implementers]
src/misc/util/helpers/custom-value-accessor.ts
IPopup (Interface)
(no doc) [3 implementers]
src/modules/popup/classes/popup-controller.ts
IMessage (Interface)
(no doc) [3 implementers]
src/collections/message/components/message.ts
ILocalizationValuesContainer (Interface)
(no doc)
src/behaviors/localization/services/localization.service.ts
IAugmentedElement (Interface)
(no doc)
demo/src/app/components/sidebar/sidebar.component.ts
ICustomValidatorHost (Interface)
(no doc) [3 implementers]
src/misc/util/helpers/custom-validator.ts
PopupAfterOpen (Interface)
(no doc) [2 implementers]
src/modules/popup/classes/popup-lifecycle.ts
ISearchTailoredLocaleValues (Interface)
(no doc)
src/behaviors/localization/interfaces/select-values.ts

Core symbols most depended-on inside this repo

setOpenState
called by 20
src/modules/dropdown/services/dropdown.service.ts
find
called by 16
src/modules/datepicker/services/calendar-range.service.ts
focus
called by 15
src/modules/select/directives/select-search.ts
animate
called by 12
src/modules/collapse/directives/collapse.ts
open
called by 12
src/modules/popup/classes/popup-controller.ts
max
called by 11
src/modules/datepicker/directives/input.directive.ts
format
called by 11
src/modules/datepicker/classes/date-parser.ts
close
called by 8
src/modules/popup/classes/popup-controller.ts

Shape

Method 510
Class 417
Function 114
Interface 42
Enum 5

Languages

TypeScript100%

Modules by API surface

src/modules/select/classes/select-base.ts41 symbols
src/modules/search/components/search.ts26 symbols
src/modules/datepicker/services/calendar-range.service.ts23 symbols
src/modules/dropdown/directives/dropdown-menu.ts22 symbols
src/modules/datepicker/classes/calendar-config.ts22 symbols
src/modules/popup/classes/popup-controller.ts21 symbols
src/modules/datepicker/directives/datepicker.directive.ts21 symbols
src/modules/select/components/multi-select.ts19 symbols
src/misc/util/helpers/util.ts19 symbols
demo/src/app/pages/modules/modal/modal.page.ts19 symbols
src/modules/transition/classes/transition-controller.ts18 symbols
src/modules/search/services/search.service.ts18 symbols

For agents

$ claude mcp add ng2-semantic-ui \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page