All Projects → kartik-v → Yii2 Widget Rating

kartik-v / Yii2 Widget Rating

Licence: other
A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)

Projects that are alternatives of or similar to Yii2 Widget Rating

Fontello Svg
Generate SVG icons from a Fontello icon set.
Stars: ✭ 59 (+25.53%)
Mutual labels:  svg, font, icon
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (+36.17%)
Mutual labels:  svg, font, icon
Svelte Awesome
Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Stars: ✭ 193 (+310.64%)
Mutual labels:  svg, font, icon
Vue Svg Icon
a solution for multicolor svg icons in vue2.0 (vue2.0的可变彩色svg图标方案)
Stars: ✭ 553 (+1076.6%)
Mutual labels:  svg, icon
Fontisto
The iconic font and CSS toolkit. Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.
Stars: ✭ 413 (+778.72%)
Mutual labels:  font, icon
Icons
Official open source SVG icon library for Bootstrap.
Stars: ✭ 5,735 (+12102.13%)
Mutual labels:  svg, bootstrap
Remixicon
Open source neutral style icon system
Stars: ✭ 3,956 (+8317.02%)
Mutual labels:  svg, icon
Sakurakit
🤡SakuraKit, a lightweight and powerful library for application to switching themes or skins.
Stars: ✭ 682 (+1351.06%)
Mutual labels:  font, icon
Andratingbar
A RatingBar library for android, you can customize size ,color ,spacing and image easily!Support right to left。效果可以参看:https://juejin.im/post/6844904143220391949
Stars: ✭ 582 (+1138.3%)
Mutual labels:  star, rating
React Native Star Rating
A React Native component for generating and displaying interactive star ratings
Stars: ✭ 724 (+1440.43%)
Mutual labels:  star, rating
Librecms
Free Open Source Content Management System, based on PHP, Bootstrap and jQuery.
Stars: ✭ 12 (-74.47%)
Mutual labels:  svg, bootstrap
Pixo
Convert SVG icons into React components
Stars: ✭ 371 (+689.36%)
Mutual labels:  svg, icon
Iconpark
🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
Stars: ✭ 4,924 (+10376.6%)
Mutual labels:  svg, icon
Fontawesome Iconpicker
Font Awesome Icon Picker component for Bootstrap.
Stars: ✭ 519 (+1004.26%)
Mutual labels:  font, bootstrap
Devicon
Set of icons representing programming languages, designing & development tools
Stars: ✭ 4,536 (+9551.06%)
Mutual labels:  svg, font
React Fontawesome
A React Font Awesome component.
Stars: ✭ 662 (+1308.51%)
Mutual labels:  font, icon
Laravel Love
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
Stars: ✭ 822 (+1648.94%)
Mutual labels:  star, rating
Awesomstar
Awesome (star)rating system with PHP, MySQL and pure JavaScript.
Stars: ✭ 15 (-68.09%)
Mutual labels:  star, rating
Bootstrap Star Rating
A simple yet powerful JQuery star rating plugin with fractional rating support.
Stars: ✭ 985 (+1995.74%)
Mutual labels:  star, rating
react-star-ratings
A customizable svg star rating component for selecting x stars or visualizing x stars
Stars: ✭ 128 (+172.34%)
Mutual labels:  rating, star

Krajee Logo
yii2-widget-rating
Donate

Stable Version Unstable Version License Total Downloads Monthly Downloads Daily Downloads

The StarRating widget is a wrapper for the Bootstrap Star Rating Plugin JQuery Plugin designed by Krajee. This plugin is a simple yet powerful JQuery star rating plugin for Bootstrap. Developed with a focus on utlizing pure CSS-3 styling to render the control.

NOTE: This extension is a sub repo split of yii2-widgets. The split has been done since 08-Nov-2014 to allow developers to install this specific widget in isolation if needed. One can also use the extension the previous way with the whole suite of yii2-widgets.

Installation

The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json.

To install, either run

$ php composer.phar require kartik-v/yii2-widget-rating "*"

or add

"kartik-v/yii2-widget-rating": "*"

to the require section of your composer.json file.

Latest Release

NOTE: Refer the CHANGE LOG for details on changes to various releases.

Demo

You can refer detailed documentation and demos on usage of the extension.

Usage

use kartik\rating\StarRating;

// Usage with ActiveForm and model
echo $form->field($model, 'rating')->widget(StarRating::classname(), [
    'pluginOptions' => ['size'=>'lg']
]);


// With model & without ActiveForm
echo StarRating::widget([
    'name' => 'rating_1',
    'pluginOptions' => ['disabled'=>true, 'showClear'=>false]
]);

License

yii2-widget-rating is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].