Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(layouts): add layout examples (#1039)
* Added layouts to sidebar menu * Added Layouts Example Component * Added starter cards * Added pages cards * Cleaned up classnames * Make cards stackable * Removed unused folder * Added new layouts component * Added layouts examples and Login Form component * Removed examples index file * Modified login form component * Added link to Login component * Modified layouts folder * Modify login form component * Resolved lint errors * Resolved lint errors * Modified layout structure * Removed unused layouts in examples * docs(layouts): add route support * docs(layouts): stub all layouts * Added menu to layout * Added wireframe images * Modified menu items * Added footer inverted segmentnt * Modified inverted menu items * Modified image src to semantic ui react * Modified footer segment * Fix lint errors * Switch to camel case * Added grid layout frameworks * Modified style file * Update grid layout * Update grid layout * Added internally celled and vertically celled grids * Updated grid layout * Move styling to layout style * Added layout style * Modified styling layout * docs(layouts): update grid layout * docs(layouts): fixed lint * docs(layout) remove unused attribute * docs(layouts): remove duplicate props * update reponsive layout * docs(layouts): update responsive layout * docs(layouts): remove html class and update responsive layout * docs(layouts): add styling for responsive layout * docs(layouts): finish up layout and add styling * layouts(examples): re-add layouts menu item * layouts(examples): add missing component * docs(Layouts): style fixes, add images docs(Layouts): fix after rebase * docs(Layouts): fix after rebase * docs(Layouts): add routes, fix lint issues * docs(Layouts): finish LoginLayout * chore(package): add css and style loader for examples * docs(Layout): fix route components * docs(Layout): fix css * docs(Layout): wip on ThemingLayout * docs(layout): remove css and style loaders * docs(layout): finish ResponsiveLayout * docs(layout): fix URLs * docs(Layout): attached content start * docs(Layout): attached content update * docs(Layout): complete attached content layout * docs(layout): finish GridLayout example * docs(Layout): bootstrap migration layout start * docs(Layout): bootstrap migration layout update * docs(Layout): bootstrap migration layout complete * docs(Layout): homepage layout complete without styling * docs(Layout): sticky layout complete without styling * docs(Layout): make menu fixed to top in fixed menu layout * docs(layout): finish AttachedContent example * docs(layout): finish BootstrapMigration example * docs(Layouts): Fix lint errors in homepage * docs(Layout): fix lint errors in sticky layout * docs(layout): finish FixedMenu example * docs(layout): finish Homepage example * style(Layouts): finish StickLayout * feat(Layouts): add link to source * feat(Layouts): scroll to top on view change * refactor(GridLayout): cleanup inline styles * code * refactor(Layouts): use consistent import style * refactor(ThemingLayout): remove comments, fix formatting
- Loading branch information