Skip to content

Commit

Permalink
Add Dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpiesse committed Aug 26, 2018
1 parent a0d5b27 commit 6054dae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/dist
/.idea
/vendor
/node_modules
Expand Down
Empty file added dist/css/field.css
Empty file.
1 change: 1 addition & 0 deletions dist/js/field.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A drop in replacement for the default Boolean field
![Toggle In Action](https://res.cloudinary.com/davidpiesse/image/upload/v1535317267/2018-08-26_21.59.30_s2bu39.gif)

## Installation
Same as all other Nova Packages
Same as most other Nova Packages
```
composer require davidpiesse/nova-toggle
```
Expand All @@ -19,7 +19,6 @@ Toggle::make('Active')

In addition you can set visual parameters


### Labels
You can show both, or each state label
```php
Expand Down

0 comments on commit 6054dae

Please sign in to comment.