Rename and abstract SuccessStory component to cover multiple use-cases
See original GitHub issueFeature request
Is your feature request related to a problem? Please describe. There is a similarity between the following interfaces:
As an entirely all-volunteer team, we should be consolidating design and working to reuse components.
Describe the solution you’d like Create a new component that can be leveraged for both “Success Story Card” and “Board Member Card”.
If I had to come up with a name immediately, I guess I’d all it FlatCard and it wouldn’t use the Card component.
I imagine the DOM to look something like this:
<article>
<h1></h1>
<!-- optional h6 -->
<img />
<hr />
<p></p>
</article>
Take advantage of flex “order” so that the content has the h1 read first, but the image appears first.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Writing Effective Use Cases
This book has those guidelines, examples of use cases, variations that make sense - - and best of all, the reassurance that a...
Read more >Template Pattern Tutorial - Visual Paradigm
Learn template design pattern free, with step-by-step design pattern tutorial. Know how to apply the pattern. Download free resources and ...
Read more >About the Rename a Class wizard | Pega
Use the Rename a Class wizard to rename a class and all of its pattern inheritance dependent classes. In addition you can choose...
Read more >The Process In Naming or Renaming Your Brand - Wildstory
It helps to think of a name as the first introduction, then, to your product or service. In this guide, we'll give you...
Read more >Facade Design Pattern - SourceMaking
Identify a simpler, unified interface for the subsystem or component. ... Abstract Factory can be used as an alternative to Facade to hide...
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
@markchernov was 👀ing at it, but not sure if he cares.
I’d give it a day for him to respond, if not - dive in.
Assigned 💃