0.0.2 • Published 2 years ago

@4ndrs/test-component v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.1

2 years ago