I am using odoo14, and I am trying to make a custom component.
It's a div includes a span and another div, span is the information of color and the div is the container that set background of the color above.
I tried the official way on https://www.odoo.com/documentation/14.0/developer/reference/javascript/javascript_cheatsheet.html
Creating a new view (from scratch)
But it does not work. I checked the backend_assets.js to ensure that it is currectly imported.
However, it's still not working.
Anyway, I want to make a component that be used like <color_tip string='red' color='#FF0000'/>
Counld anyone give me any clue? It confused me for a while.