Thinkerer
Thinkerer

Reputation: 1626

How do I get the built in formatting for UserAccounts Meteor to work?

I have included the UserAccounts (Semantic UI) package with the meteor app.

On inserting the routes and the {{> atForm}}, this is how my front page looks.

Front page screenshot

Which is very different from the examples shown here: UserAccount Page

Steps taken:

But nothing works. Formatting is still the one in the picture. Can someone please help or provide advice? Let me know which codes you need to review, I'll post them on request as soon as Im able to.

Thank you!

Upvotes: 0

Views: 349

Answers (1)

splendido
splendido

Reputation: 273

The package useraccounts:semantic-ui does not add any style sheets to your app: please see the Bring Your Own Semantic-UI section in the docs.

At the moment there are official packages to add SUI style sheets:

Upvotes: 1

Related Questions