Skip to content

brdtheo/accountsui-bootstrap5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, forked from this package.

Note

Bootstrap is not included in this package, so you can add any version you want (CDN/local/npm/yarn).

npm
npm install bootstrap@next

CDN

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>

More download infos here.