is there any way to use the react component with c...
# general
s
is there any way to use the react component with custom css without self-hosting the backend?
p
react, yes not sure about custom css @Hariom Balhara
s
apparently css customization is an enterprise feature, is there a way to not self host the enterprise version?
p
not yet but i would love an option to add custom css to embeds @Hariom Balhara
h
@Shawn Magee Embeds currently support modifying the color pallette. See this e.g. https://github.com/calcom/cal.com/blob/main/packages/embeds/embed-core/index.html#L304 Adding a Custom CSS isn't supported yet because booking pages have tailwind and there are no logical classes(not required with tailwind) that you can just pick and style them in an independent CSS files. That needs to be done before enabling styling support. Do you plan on modifying the entire layout of the pages?
j
i would love an option to add custom css to embeds
+1