@keegancodes/foundations-react
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-rc.1 • Public • Published

@keegancodes/foundations-react

These are my shared React components I use in most apps

Components

import { TailwindDebugger } from "@keegancodes/foundations-react/client";

Generally rendered conditionally for development only:

{
  process.env.NODE_ENV === "development" ? <TailwindDebugger /> : null;
}

Borrowed from @ImSh4yy

More docs coming soon

Readme

Keywords

none

Package Sidebar

Install

npm i @keegancodes/foundations-react

Weekly Downloads

32

Version

3.0.0-rc.1

License

MIT

Unpacked Size

14.7 kB

Total Files

25

Last publish

Collaborators

  • keegandonley