I'm using the primefaces 6.2 with jsf.
I'm trying to apply the snow theme to the p:textEditor component, which uses Quill.
I still do not understand how I apply the snow theme.
I include this line:
<link href = "https://cdn.quilljs.com/1.3.6/quill.snow.css" rel = "stylesheet">
But it din't work.
Can anyone put an example here?