question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[proposal/discussion]: common layouts as components

See original GitHub issue

Building on #47, it may be useful to provide common layouts via components and/or directives.

For example, a form could look like

<ibm-form
  (submit)="onSubmit($event)">
  <ibm-text>label text</ibm-text>
  <ibm-text>label text</ibm-text>
</ibm-form>

Where ibm-form automatically wires up the validation reporting and provides submit buttons/etc

Other examples would be a grid layout manager, an optimized list view, a content pager, or even a full dashboard generator based on components following a few standard interfaces.

I propose layout.module for this, we’ll also need to find some samples of real world usage and pull out the common patterns and create some fairly well defined usage guidelines.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
cal-smithcommented, Sep 12, 2018

That’s one of the big selling points that I see … if we design the API correctly, you could have a whole dashboard that (in theory) could adopt an entirely new design with a version update.

0reactions
cal-smithcommented, Sep 25, 2019

Closing for now … Some of this work is being picked up internally, and some of it is being tackled at the design system level through the addons explorations

Read more comments on GitHub >

github_iconTop Results From Across the Web

14.3 Components of a Research Proposal
The following sections – Introductions, Background and significance, Literature Review; Research design and methods, Preliminary suppositions and implications; ...
Read more >
Basic components of a proposal | Foundation Relations
1. Abstract/Summary · 2. Statement of Need · 3. Project Activity, Methodology and Outcomes · 4. Evaluation · 5. Dissemination · 6. Budget...
Read more >
Proposal: "Wrapper" component for groups of routes in folders ...
I'm proposing that there's some kind of "wrapper" component for ... These pages all share a common layout that isn't used anywhere else....
Read more >
How to Write a Project Proposal (Steps & Template Included)
Triple Constraint: How can we address the triple constraint of project scope, schedule and cost? · Core Problem: What is the core problem...
Read more >
How to Write a Proposal and Get What You Want (Free ...
Writing a Proposal: Step-by-Step Guide ; 1. Planning: ; 2. Sketch your problem or point of improvement ; 3. Sketch your proposed solution...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found