Skip to content

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

License

Notifications You must be signed in to change notification settings

ngxpert/coolshapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

# Angular 18+
npm install @ngxpert/coolshapes

# Angular 17
npm install @ngxpert/coolshapes@1

or yarn

# Angular 18+
yarn add @ngxpert/coolshapes

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

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!