@mornya/react-anilogo-libs
v0.1.0
Published
The project of the Animated Logo of the React.js's library for React.js.
Downloads
1
Maintainers
Readme
React AniLogo Libs
The project of the Animated Logo of the React.js's library for React.js
This project has been created by Vessel CLI. For a simple and quick reference about it, click here.
About
애니메이트 되는 React 로고를 React.js 컴포넌트 형태로 제공되는 패키지.
Installation
해당 라이브러리를 사용 할 프로젝트에서는 아래와 같이 의존성 모듈로 설치한다.
$ npm install --save @mornya/react-anilogo-libs
or
$ yarn add @mornya/react-anilogo-libs
Modules in the package
본 패키지에는 아래와 같은 모듈들을 포함한다. 제공되는 모듈과 메소드 사용법 등은 코드 스니핏을 참고한다.
ReactAniLogo module
CSS Animation을 활용한 AniLogo 구현
Usage
ReactAniLogo 모듈 및 SCSS 파일을 import하여 아래 예제처럼 활용한다.
import React from 'react';
import { ReactAniLogo } from '@mornya/react-anilogo-libs';
import '@mornya/react-anilogo-libs/dist/anilogo.scss';
type Props = {};
const Sample: React.FC<Props> = (_props) => (
<ReactAniLogo width="100%"/>
);
Change Log
프로젝트 변경사항은 CHANGELOG.md 파일 참조.
License
프로젝트 라이센스는 LICENSE 파일 참조.