This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Erwin Heldy G
committed
May 23, 2021
1 parent
46e3f70
commit 6fa2863
Showing
11 changed files
with
41 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Tagin | ||
Simple tag input for Bootstrap 4 | ||
Simple tag input for Bootstrap. Support bootstrap v4 and v5. | ||
|
||
Demo: [https://tagin.netlify.app/](https://tagin.netlify.app/) | ||
|
||
#### Features | ||
* Custom separator | ||
* Enable / disable duplicates | ||
* Custom transfrom | ||
* Custom transform | ||
* Fast | ||
* Small | ||
* No depedencies |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
{ | ||
"name": "tagin", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Simple tag input for Bootstrap", | ||
"keywords": [ | ||
"tag", | ||
"bootstrap", | ||
"bootstrap tag", | ||
"tag input" | ||
], | ||
"main": "index.js", | ||
"repository": "https://github.com/erwinheldy/tagin.git", | ||
"author": "Erwin Heldy G <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"bootstrap": "4.5.3" | ||
"bootstrap": "5.0.1" | ||
}, | ||
"devDependencies": { | ||
"gulp": "4.0.2", | ||
"gulp-autoprefixer": "7.0.1", | ||
"gulp-clean-css": "4.3.0", | ||
"gulp-rename": "2.0.0", | ||
"gulp-sass": "4.1.0", | ||
"gulp-terser": "1.4.1" | ||
"gulp-terser": "2.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters