ngxpert / coolshapes

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

Home Page:https://ngxpert.github.io/coolshapes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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>

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!

About

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

https://ngxpert.github.io/coolshapes/

License:MIT License


Languages

Language:TypeScript 96.7%Language:HTML 1.6%Language:SCSS 1.1%Language:JavaScript 0.4%Language:CSS 0.2%