4ndrs / test-component

Testing component library sharing through npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

Testing component library sharing through npm

License:MIT License


Languages

Language:TypeScript 100.0%