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. Which is very diffe
Solution 1:
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:
- semantic:ui-css: full compiled CSS version
- semantic:ui: customizable LESS version (some work is still in progress
Post a Comment for "How Do I Get The Built In Formatting For Useraccounts Meteor To Work?"