Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Merge pull request #3 from f1mishutka/master
Browse files Browse the repository at this point in the history
composer support added
  • Loading branch information
apalfrey authored Mar 5, 2021
2 parents 592d082 + 1ef7d3b commit 9da27a4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ $ npm install select2-bootstrap-5-theme

# yarn
$ yarn add select2-bootstrap-5-theme

# composer
$ composer require apalfrey/select2-bootstrap-5-theme
```

#### HTML
Expand Down
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "apalfrey/select2-bootstrap-5-theme",
"description": "Select2 theme for Bootstrap 5",
"homepage": "/~https://github.com/apalfrey/select2-bootstrap-5-theme",
"keywords": [
"select2",
"theme",
"bootstrap",
"bootstrap5",
"bootstrap-5",
"css",
"scss"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Andrew Palfrey",
"email": "apalfrey@apalfrey.me"
}
]
}

0 comments on commit 9da27a4

Please sign in to comment.