[proposal/discussion]: common layouts as components
See original GitHub issueBuilding 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:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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