Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

[Layout Builder]


Side menu shown when aside.display is false


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (8)


I've proper selected to build a blog, which I hold been deficient to do for a during. Acknowledges for this inform, it's really serviceable!Deltona Exterminator



Interestingly you write, I will address you'll find exciting and interesting things on similar topics.Orlando Termite Control



For many people this is the best solution here see how to do it.Oviedo Exterminator



I read this article. I think You put a great deal of exertion to make this article. I like your work. Kissimmee Bed Bug Control



Thank you for your reply,

I'm using react/demo1,

It works in html/demo but not in react/demo1

regards



Hi,

Thanks for your note, added this into the development backlog as a bug.

Regards,
Keenthemes support



Hi,

Thank you for your message.
It depends on the demo, in some demos we don't hide aside cause the design doesn't have the view without aside.

Regards,
Keenthemes support



<b>src/_metronic/layout/MasterLayout.tsx</b>

Temporary fix

//...
const {config} = useLayout()
const {aside} = config
// ...
return (
<PageDataProvider>
<div className='page d-flex flex-row flex-column-fluid'>
{aside.display && (
<AsideDefault />
)}
...


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(