Skip to content

Commit

Permalink
Update README.md (#781)
Browse files Browse the repository at this point in the history
For NPM module installation using ES6 imports, add CSS import so FirebaseUI HTML elements will be properly styled
  • Loading branch information
jpangburn authored Nov 21, 2020
1 parent 702e012 commit 7844a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ var firebase = require('firebase');
var firebaseui = require('firebaseui');
// or using ES6 imports:
import * as firebaseui from 'firebaseui'
import 'firebaseui/dist/firebaseui.css'
```

Or include the required files in your HTML, if your HTTP Server serves the files
Expand Down

0 comments on commit 7844a2e

Please sign in to comment.