@42dot/component
TypeScript icon, indicating that this package has built-in type declarations

0.0.58 • Public • Published

42dot React Component

These are React components released by 42dot

Install

npm install --save @42dot/component

or

yarn add @42dot/component

Usage

import { Button } from '@42dot/component';

const Test = () => {
	return (
		<div>
			<Button>Hello</Button>
		</div>
	);
};

Readme

Keywords

Package Sidebar

Install

npm i @42dot/component

Weekly Downloads

8

Version

0.0.58

License

MIT

Unpacked Size

975 kB

Total Files

133

Last publish

Collaborators

  • sungil.kang_42dot
  • 42dot-aip