an-example-react-package-built-with-nextjs-tooling
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

an-example-react-package-built-with-nextjs-tooling

This is an example React component library, built using the NextJS tooling.

Usage:

Import RSCs from an-example-react-package-built-with-nextjs-tooling and client components from an-example-react-package-built-with-nextjs-tooling/client

import {MyComponent } from "an-example-react-package-built-with-nextjs-tooling";
import {MyClientComponent} from "an-example-react-package-built-with-nextjs-tooling/client";


export default function Home() {
  return (
    <main className={styles.main}>
      <div className={styles.description}>
          <MyComponent/>
          <MyClientComponent/>
      </div>
    </main>
  );
}


Readme

Keywords

none

Package Sidebar

Install

npm i an-example-react-package-built-with-nextjs-tooling

Weekly Downloads

2

Version

0.4.1

License

none

Unpacked Size

4.1 kB

Total Files

10

Last publish

Collaborators

  • davidblacksheep