Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarretthuang/rectangle-ui
π A code-first UI component library for Angular.
https://github.com/jarretthuang/rectangle-ui
angular tailwindcss
Last synced: about 2 months ago
JSON representation
π A code-first UI component library for Angular.
- Host: GitHub
- URL: https://github.com/jarretthuang/rectangle-ui
- Owner: jarretthuang
- License: mit
- Created: 2024-09-07T08:38:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T03:00:07.000Z (about 2 months ago)
- Last Synced: 2024-09-16T06:59:33.186Z (about 2 months ago)
- Topics: angular, tailwindcss
- Language: TypeScript
- Homepage: https://rectangle.jhuang.ca
- Size: 654 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-angular - Rectangle UI - A code-first UI component library for Angular. (Table of contents / Third Party Components)
- awesome-angular - Rectangle UI - A code-first UI component library for Angular. (Table of contents / Third Party Components)
README
### A code-first UI component library for Angular.
With the recent advancements in Angular, such as [signals](https://angular.dev/guide/signals) and [standalone components](https://angular.dev/guide/components/importing), itβs now feasible to create a code-first UI component library tailored for Angular.
Inspired by popular libraries like [shadcn-ui](https://github.com/shadcn-ui/ui) for React, my goal is to develop a suite of Angular UI components that can be effortlessly copied and pasted into any Angular project, with minimal setup or configuration.
### Dependencies
- `@angular/core`
- `@angular/common`
- `@angular/animations`
- `@ng-icons`
- `tailwindcss`