Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #100952
    davout
    Member

    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/ ?

    #100954
    admin
    Keymaster

    Hi 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/

    #100955
    davout
    Member

    I 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

    #100956
    admin
    Keymaster

    Hi 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/

    #100961
    davout
    Member

    I 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

     
     

    #100963
    admin
    Keymaster

    Seems 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/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.