Skip to content

Commit b7612ca

Browse files
authored
docs: add ng-base (#1331)
1 parent 857fe10 commit b7612ca

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Current Angular version: [![npm version](https://badge.fury.io/js/%40angular%2Fc
119119
* [Bootstrap](#bootstrap-based)
120120
* [Tailwind](#tailwind-css-based)
121121
* [Node](#node-based)
122+
* [Primitives](#primitives)
122123
* [UX Components](#ux-components)
123124
* [Viewers](#viewers)
124125
* [Misc Components](#misc-components)
@@ -1921,7 +1922,6 @@ to simplify usage and allow quick customization.
19211922
* [orchestrator](https://github.com/orchestratora/orchestrator) - Extensible orchestrator for UI and forms for Angular.
19221923
* [winonang](https://github.com/winona-ui/winonang) - Part of the Winona UI suite, aimed at providing seamless UI components for Angular developers. Our goal is to ensure that these components work flawlessly on Windows, but they are designed to be cross-platform compatible as well.
19231924
* [carbon-components-angular](https://github.com/carbon-design-system/carbon-components-angular) - An Angular implementation of the Carbon Design System for IBM.
1924-
* [ng-primitives](https://github.com/ng-primitives/ng-primitives) - A low-level UI component library with a focus on accessibility, customization, and developer experience.
19251925
* [dyte-io/ui-kit](https://github.com/dyte-io/ui-kit/tree/staging/packages/angular-library) - Dyte's UI Kit is a prebuilt design library of UI components that makes it easy to integrate video and voice calls into any app or website within minutes.
19261926
* [onega-ui](https://github.com/osspkg/onega-ui) - A modern and stylish UI kit that offers a wide range of UI components and elements to create professional and attractive websites.
19271927
* [sky-ui](https://github.com/skysoft-tech/sky-ui) - Angular UI kit.
@@ -1937,7 +1937,6 @@ to simplify usage and allow quick customization.
19371937
* [ngx-nighthawk](https://github.com/evenuxjs/ngx-nighthawk) - It offers a comprehensive set of components that are highly configurable and user-friendly. This package integrates the best open-source tools, such as Bootstrip — a streamlined version of Bootstrap that focuses solely on Grid and Utility features.
19381938
* [tableau-ui-angular](https://github.com/serionist/tableau-ui-angular) - A third-party component library that brings Tableau-style components to Angular.
19391939
* [@ng-verse/ui](https://github.com/ngverse/ui) - A collection of feature-rich Angular components, directives, and pipes. Unlike traditional UI libraries, it requires no installation—just copy and paste what you need into your project. Check the [docs](https://ui.ngverse.dev/) for more.
1940-
* [primitives](https://github.com/radix-ng/primitives) - Angular port of [Radix UI](https://www.radix-ui.com/) Primitives. Accessible. Customizable.
19411940
* [xUI](https://github.com/Rikarin/xui) - Angular UI Component Library heavily inspired by Discord design.
19421941
* [bryntum](https://bryntum.com/) - World class web components for calendars, gantt charts, kanban boards, and scheduling.
19431942
* [flexi-ui](https://github.com/TanerSaydam/flexi-ui) - [Flexi UI](https://flexi-ui.ecnorow.com/) provides a collection of reusable, visually appealing, and functional UI components to help you create modern and impressive front-end applications effortlessly. The library is fully customizable and open-source, making it accessible for everyone to use and contribute.
@@ -1999,6 +1998,12 @@ for the creation of web applications developed with Angular.
19991998

20001999
* [ngx-vflow](https://github.com/artem-mangilev/ngx-vflow) - An open source library to build node-based UI with Angular.
20012000

2001+
##### Primitives
2002+
2003+
* [ng-primitives](https://github.com/ng-primitives/ng-primitives) - A low-level UI component library with a focus on accessibility, customization, and developer experience.
2004+
* [primitives](https://github.com/radix-ng/primitives) - Angular port of [Radix UI](https://www.radix-ui.com/) Primitives. Accessible. Customizable.
2005+
* [ngbase](https://github.com/ng-base/ngbase) - A lightweight, flexible UI primitives library for Angular. It provides unstyled foundational Directives and components that developers can customize to match their design systems.
2006+
20022007
#### UX Components
20032008

20042009
* [angular-shepherd](https://github.com/shepherd-pro/angular-shepherd) - Angular 7 Service wrapping the site tour library [Shepherd](https://github.com/shepherd-pro/shepherd).

0 commit comments

Comments
 (0)