爱意满满的作品展示区。
sox

counting-stars: 星级评分 ☆

  •  
  •   sox ·
    egoist · Dec 7, 2015 · 1793 views
    This topic created in 3815 days ago, the information mentioned may be changed or developed.

    GitHub

    // default settings
    { chars = ['★', '☆'],
      rating = 0,
      tag = 'span',
      attrs = {}
    } = {}
    // usage
    import countingStars from 'counting-stars';
    countingStars({
      rating: 4
    });
    // use your favorite chars
    countingStars({
      chars: [
        '<i class="fa fa-star"></i>',   // full star
        '<i class="fa fa-star-o"></i>', // half star
      ],
      rating: 3.5
    });
    // wrap star with tag and give it attributes
    countingStars({
      attrs: {
        'onClick': 'handleClick'
      },
      rating: 3.5
    });
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1049 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 22:40 · PVG 06:40 · LAX 15:40 · JFK 18:40
    ♥ Do have faith in what you're doing.