Add Cal.com's react components to your application

Seamlessly integrate our scheduling atoms into your app with customizable UI components powered by the battle-tested Cal.com infrastructure.

1

// Style Atoms with Javascript

2

3

const appearance = {

4

theme : Custom ,

5

variables : {

6

fontFamily : ' Comic sans ' ,

7

colorPrimary : ' #101010 ' ,

8

colorBackground : ' #ffffff ' ,

9

colorText : ' #374151 ' ,

10

borderRadius : ' 6px ' ,

11

spacingUnit : ' 8px ' ,

12

}

13

} ;

14

const atoms = cal.atoms ( { clientSecret , appearance } ) ;

15