DEV Community

kxm5816
kxm5816

Posted on • Updated on

Web Component Considerations

Web components have many variables and properties that disseminate a good web component from a bad one. Good and bad can also be thought of as arbitrary in the design sense, as these are subjective ideas and not objective. For this case, we will look at what the general development community deems good and bad.

The Comp

For the class, we are making card components. Screen Shot 2021-10-10 at 10.22.11 PM

The card will consist of a few elements:
-A header
-An icon
-A body
-A banner

How we utilize these elements is important, and the customization of each will be interesting.

I expect that the first part of building the foundation of the card may be difficult, but once the foundation is established, customizing the different properties to a use we desire should be achievable. Similar to the button, multiple states will be implemented and the animations/transitions will be exciting for me. I believe that since the buttons had features like animations/transitions, the card should not have difficulties with such features. Also, using HTML, CSS, and Javascript with the last project should provide some relevant familiarity with this project.

Top comments (0)