Skip to content

Commit

Permalink
Fix #36: Add immutable methods, add encodeTags
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 10, 2021
1 parent 566566d commit d0f53d9
Show file tree
Hide file tree
Showing 35 changed files with 4,013 additions and 2,260 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For example, the following
single line of code in a view file would render a Bootstrap Progress plugin:

```php
<?= Yiisoft\Yii\Bootstrap5\Progress::widget(['percent' => 60, 'label' => 'test']) ?>
<?= Yiisoft\Yii\Bootstrap5\Progress::widget()->percent('60')->label('test') ?>
```

### Unit testing
Expand Down
Loading

0 comments on commit d0f53d9

Please sign in to comment.