Skip to content

Commit

Permalink
support toggle of modal state
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-thomas committed Apr 19, 2021
1 parent 690c192 commit 0fcb545
Show file tree
Hide file tree
Showing 15 changed files with 168 additions and 104 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,20 @@ const winbox = WinBox({
});
```

## Custom Builds

Go to the root directory of WinBox and run:
```cmd
npm install
```

Perform a build:
```cmd
npm run build
```

The final build is located in the `dist/` folder.

---


Expand Down
2 changes: 1 addition & 1 deletion dist/css/winbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/img/exit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/img/full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions dist/js/winbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0fcb545

Please sign in to comment.