-
Notifications
You must be signed in to change notification settings - Fork 0
Added section for appdrawertoggle, drawer actions and drawer title in the applayout documentation. #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
docs/docs/components/app-layout.md
Outdated
@@ -110,6 +110,20 @@ javaE='https://raw.githubusercontent.com/webforj/webforj-documentation/refs/head | |||
cssURL='https://raw.githubusercontent.com/webforj/webforj-documentation/main/src/main/resources/css/applayout/applayoutMobile.css' | |||
/> | |||
|
|||
## AppDrawerToggle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Google.Headings] 'AppDrawerToggle' should use sentence-style capitalization.
Relying on #299 to be merged first for final revision. |
80b9373
to
2227a11
Compare
docs/docs/components/app-layout.md
Outdated
/> | ||
|
||
## `AppDrawerToggle` | ||
|
||
The `AppDrawerToggle` component is a server-side WebforJ class that represents a button used to toggle the visibility of a navigation drawer in an [`AppLayout`](./app-layout.md). It maps to the client-side `<dwc-app-drawer-toggle>` element and is styled to behave like a traditional hamburger menu icon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[webforJ.Capitalization] Use 'webforJ' instead of 'WebforJ'.
@MatthewHawkins please give it a quick read over for language/style |
No description provided.