Getting Started

Thoody lib is based on Catalyst, and is meant to be the backbone of every React development.

Installation

To get started, add to your project the Thoody lib of components as well as the external dependencies :

# yarn is most likely already installed on your machine
yarn add @thoody-consulting/components
yarn add react react-router motion @headlessui/react

The lib is based on tailwind, make sure you add the dependencies in the path of your style.css :

/* The rest of the file */
@source "../node_modules/@thoody-consulting";