Getting Started For Developers
Beginning to use Caesars UI is easy.
Caesars Sportsbook currently supports three platforms, Web, iOS and Android. Depending on this platform you work in, there will be resources specific to your experience.
Web
Web engineers can access @caesars-ui/core, a node package that contains our component library and token output (as CSS Variables and some small CSS classes). You can use these tokens in your Sass files, CSS Modules or whatever method you're using to create CSS. Alternatively, you can use Tailwind CSS as well, which should be available inside the sportsbook-web-nj project by default. This would require no extra effort on your part, simply start including our Tailwind classes in your React components.
View the Quick Start Guide for info on getting up and running.
iOS
iOS engineers can access the Caesars UI design system assets, components and tokens via our Swift Package.
View the Quick Start Guide for info on getting up and running.