1.0.12 • Published 1 year ago

@friendlyface/react v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Friendly Face

Instructions:

1. Install Tailwind in your app.

Official Tailwind Installation


2. Install FF Dependency

//if using NPM
npm i @friendlyface/react

//If using pnpm
pnpm i @friendlyface/react

//If using Yarn
yarn i @friendlyface/react

3. Add FriendlyFace to your configuration:

This will allow your app to observe FF styles correctly.

//tailwind.config.ts

content: [
    './node_modules/@friendlyface/react/**/*.js',
  ],