DEV Community

Discussion on: Creating custom components with Vuetify - Inheriting props/events/slots in Composition API

Collapse
 
iobonguko profile image
Obonguko

Hi, i'm loooking to use vuetify components in styling my custom component for a vue package and I've got some custom props I want to bind to vuetify components. does this apply too?

Collapse
 
onurelibol profile image
Onur Elibol • Edited

Hi there, yes, this approach is not depending on any UI framework/component library.