From 661ada48eaeb6f6a0c5f2eed72c79523fbd23965 Mon Sep 17 00:00:00 2001 From: ae9is <125031666+ae9is@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:43:15 -0700 Subject: [PATCH] docs: link out to font picker styling example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0d61ab..92cb012 100755 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ import 'react-fontpicker-ts/dist/index.css' See css classnames in: [packages/fontpicker/src/components/FontPicker.css](https://github.com/ae9is/react-fontpicker/tree/main/packages/fontpicker/src/components/FontPicker.css) +For an example integrating the font picker into an app, see here: [ae9is/uimix](https://github.com/ae9is/uimix/commit/52fd0292a094bbcdfa766ce36ace055a7de93838) + ## Project structure The font picker project lives in this [Turborepo](https://turbo.build/repo/docs) monorepo at [packages/fontpicker/](https://github.com/ae9is/react-fontpicker/tree/main/packages/fontpicker/)