2.0.0 • Published 11 months ago

@ngxpert/coolshapes v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@ngxpert/coolshapes

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

npm install @ngxpert/coolshapes

or yarn

yarn add @ngxpert/coolshapes

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):

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

2.0.0-beta.1

11 months ago

2.0.0

11 months ago

1.2.1

1 year ago