orlyyani / read-more

A Vue.js read more plugin
MIT License
110 stars 34 forks source link

Add custom style #15

Open handhikadj opened 4 years ago

handhikadj commented 4 years ago

how do I add custom style to the component?

Rambowl commented 3 years ago

You can go to the 'node_modules/vue-read-more/components' folder and modify the ReadMoreComponent.vue file to add your custom style.

handhikadj commented 3 years ago

IMHO, I won't ever modify any file in node_modules.

Rambowl commented 3 years ago

Why not? That's where the files are stored within your project. If you mess something up, you can remove it and install it again.

edshen17 commented 2 years ago

It seems like the read more button has an id of "readmore".

#readmore {

}

This worked for me.