@airscompany/genesis
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@airscompany/genesis

simpleButton


AIRS 컴퍼니가 제공하는 제네시스 테마의 React 컴포넌트 입니다.

Install

npm i @airscompany/genesis

Usage

import { Button } from '@airscompany/genesis';

const Header = () => {
	return (
		<div>
			<Button size={20} />
		</div>
	);
};

Components

Props

Button

simpleButton

props type
label string required
backgroundColor string optional(#ffffff)
fontColor string optional(#ffffff)
fontSize number optional
onClick () => void required
disabled boolean optional

SpeechBubble

speechbubble

props type
type string(left, right) required
label string required
backgroundColor string optional(#ffffff)
fontColor string optional(#ffffff)
fontSize number optional

Package Sidebar

Install

npm i @airscompany/genesis

Weekly Downloads

4

Version

0.0.3

License

ISC

Unpacked Size

48.7 kB

Total Files

23

Last publish

Collaborators

  • aip-fe