weikee94 / design-patterns

Design Patterns
0 stars 0 forks source link

Vue Patterns #19

Open weikee94 opened 10 months ago

weikee94 commented 10 months ago

Vendor Component Wrapper

wrapping vendor components in a custom vue component to encapsulate the API and functionality

Screenshot 2023-10-08 at 11 22 15 AM
weikee94 commented 10 months ago

Transparent Component

uses the inheritArrts property to allow props, attributes and listeners to get passed through the parent element of a component

Screenshot 2023-10-08 at 11 25 17 AM