DEV Community

andrewtheiller37
andrewtheiller37

Posted on • Updated on

Web Component Considerations

Overview -

The main considerations for building a web component is

  1. Security
  2. Accessibility
  3. Design
  4. States

The project will be creating cards similar to the ones linked in the post.

We may run into some difficulties since a card is more complex than the button we did previous. The main difficulty will be how the user interacts with the card (state change, clickable parts within the card).

I am sure that we will be able to complete the project since we have 4 group members working on the same project now. We will all put our heads together and figure out the best way to tackle the project.

Top comments (0)