@ngxpert/coolshapes

November 26, 2025 ยท View on GitHub

banner-for-readme

npm MIT

All Contributors

@ngxpert/coolshapes is an Angular library aiming at allowing developers to use cool-looking abstract shapes with little grainy gradients from coolshapes

Installation

Install in your project using npm:

# Angular 20+
npm install @ngxpert/coolshapes

# Angular 19+
npm install @ngxpert/coolshapes@3

# Angular 18+
npm install @ngxpert/coolshapes@2

# Angular 17
npm install @ngxpert/coolshapes@1

or yarn

# Angular 20+
yarn add @ngxpert/coolshapes

# Angular 19+
yarn add @ngxpert/coolshapes@3

# Angular 18+
yarn add @ngxpert/coolshapes@2

# Angular 17
yarn add @ngxpert/coolshapes@1

Usage

Then simply start using coolshape component in your code:

@Component({
  selector: 'usage',
  templateUrl: 'usage.component.html',
  imports: [CoolshapesComponent],
  standalone: true,
})
export class UsageComponent {}
<coolshape></coolshape>

Demo and Docs

Contributors โœจ

Thanks goes to these wonderful people (emoji key):

Dharmen Shah
Dharmen Shah

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿ’ก ๐Ÿค” ๐Ÿš‡ ๐Ÿšง ๐Ÿ“ฆ ๐Ÿ“†
vijay verma
vijay verma

๐ŸŽจ ๐Ÿ”ฌ
Add your contributions

This project follows the all-contributors specification. Contributions of any kind welcome!