Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ioniczoo/starfish-rating-component

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ioniczoo/starfish-rating-component

Rating Component for Ionic: Our bright starfish will help you carry out rating. Our Starfish is a Rating Component.

  • 0.0.18
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

npm npm npm

starfish

Starfish Rating Component

Rating Component for Ionic: Our bright starfish will help you carry out rating. Our Starfish is a Rating Component.

Install

npm install @ioniczoo/starfish-rating-component --save

Import RatingComponent to home.module.ts

...
import { RatingComponent } from '@ioniczoo/starfish-rating-component';

@NgModule({
  declarations: [
    HomePage,
    MapComponent,
    RatingComponent
  ],
  imports: [
    IonicPageModule.forChild(HomePage)
  ],
})
export class HomePageModule {}

Example

<ion-content>
  <ion-card padding text-center>
    My Rating: {{star | json}}
  </ion-card>
  <ion-list>
    <ion-item>
      <span zoo-rating-title>Rate the trip?</span>
      <zoo-rating name="starts" id="starts" icon="star" color="yellow" background="#ccc" [(ngModel)]="stars"></zoo-rating>
    </ion-item>
  </ion-list>
</ion-content>

Author

André Argôlo

Contribute

Create issues and request pull-request.

License

GNU General Public License v3.0

Keywords

FAQs

Package last updated on 06 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc