JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Docking Layout › smart-stack-layout : h
Tagged: smart-stack-layout
- This topic has 5 replies, 2 voices, and was last updated 4 years, 3 months ago by admin.
-
AuthorPosts
-
August 3, 2020 at 8:43 am #100952davoutMember
Hi
The ‘smart-stack-layout’ and ‘smart-grid’ facilities of your product look very interesting, but unfortunately the documentation is very weak. As an Angular user I would be looking for a tag, attribute and event based documentation
As an example, I am trying to use ‘smart-stack-layout’ to deploy some elements into a header area, as shown below<div class="smart-stack-layout horizontal-stacked space-between" > <div class="item" > </div> <div class="item" style="min-width: 100%"> <smart-menu id="menu-overview" > <smart-menu-item value="Features">Features </smart-menu-item> <smart-menu-item value="News">News </smart-menu-item> <smart-menu-item value="Pricing" >Pricing </smart-menu-item> <smart-menu-item value="Resources">Resources </smart-menu-item> <smart-menu-item value="Contact">Contact </smart-menu-item> </smart-menu> </div> </div>
What I get is the image displayed, and then the menu item names displayed on a separate line underneath the image.
What I want is the menu to display horizontally positioned on the right side of the header area
Suggestions?
Also, where can I find the source code for the demos shown at https://www.htmlelements.com/angular/ ?August 3, 2020 at 9:12 am #100954adminKeymasterHi davout,
That is CSS based layout and as such it should not be a Custom Element(Tag). It is similar to Bootstrap’s CSS layouts. The source of the demos is within the download package from our website. You can download from the https://www.htmlelements.com/download/ page.
Regards,
Peter
Smart HTML Elements Team
https://www.htmlelements.com/August 3, 2020 at 9:24 am #100955davoutMemberI get that – but as it is included in your ‘Frameworks’ docs I would suggest that you would get a stronger business outcome if you provided some better documentation
August 3, 2020 at 9:39 am #100956adminKeymasterHi davout,
Thank you for the feedback! Our documentation about this type of CSS layout is available here: https://www.htmlelements.com/docs/view-model-binding/.
What kind of documentation type are you looking for?
Regards,
Peter
Smart HTML Elements Team
https://www.htmlelements.com/August 7, 2020 at 1:07 pm #100961davoutMemberI really like your ‘Smart’ library but it desperately needs a docs overhaul.
For each component list:- the attributes – with a description for each attribute, with a list of possible values
- the directives
- the events
- associated components
August 7, 2020 at 2:10 pm #100963adminKeymasterSeems like you missed the api docs of our product. For example: https://www.htmlelements.com/docs/calendar-api/#toc-onchange. You may see that every property, method and event is explained in details and with examples about each component.
Best Regards,
Peter Stoev
Smart HTMLElements Team
https://www.htmlelements.com/ -
AuthorPosts
- You must be logged in to reply to this topic.