0.0.2 • Published 4 months ago

@4ndrs/test-component v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

test-component

Example of react components sharing through npm with esm/cjs support and types.

Installation

npm i @4ndrs/test-component

Usage

import { Greeting } from '@4ndrs/test-component'

const Page = () => <Greeting locale="ja" />

export default Page;
0.0.2

4 months ago

0.0.1

4 months ago