Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brdtheo/accountsui-bootstrap5
Bootstrap 5 ready for accounts-ui in Meteor
https://github.com/brdtheo/accountsui-bootstrap5
meteor useraccounts
Last synced: 3 days ago
JSON representation
Bootstrap 5 ready for accounts-ui in Meteor
- Host: GitHub
- URL: https://github.com/brdtheo/accountsui-bootstrap5
- Owner: brdtheo
- License: mit
- Created: 2020-12-14T09:33:23.000Z (about 4 years ago)
- Default Branch: 0.1.3
- Last Pushed: 2020-12-15T08:34:07.000Z (about 4 years ago)
- Last Synced: 2025-01-19T19:12:55.844Z (4 days ago)
- Topics: meteor, useraccounts
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/accountsui-bootstrap5
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap 5 for Accounts UI
Bring bootstrap 5 beta for Accounts UI, the package that allows you to style the sign in/up templates in Meteor.This package depends on [useraccounts:core](https://atmospherejs.com/useraccounts/core), forked from [this package](https://github.com/meteor-useraccounts/bootstrap/).
## Note
Bootstrap is not included in this package, so you can add any version you want (CDN/local/npm/yarn).##### npm
```js
npm install bootstrap@next
```#### CDN
```html```
More download infos [here](https://getbootstrap.com/docs/5.0/getting-started/download/).