Waffles is DataCamp Design System and React components library.
Run the following command to install components library and it's peer dependencies:
# with yarn
yarn add @datacamp/waffles react react-dom @emotion/react
# with npm
npm install @datacamp/waffles react react-dom @emotion/react
In your React project just import appropriate component directly:
import { Button } from '@datacamp/waffles/button';