polestar-antd

1.0.2 • Public • Published

polestar-antd

npm Build Status Dependencies DevDependencies GitHub license

polestar-antd는 ant-design 컴포넌트들을 Wrapping한 컴포넌트 라이브러리 입니다. Wrpping 된 컴포넌트들의 목록은 다음과 같습니다.

Wrapping Component

Installation

npm install polestar-antd --save-dev

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import Wizard from 'polestar-antd';
 
const App = () => (
    <Wizard>
        <Wizard.Step title="Step1" description="step1 description">
        Step1
    </Wizard.Step>
    <Wizard.Step title="Step2" description="step2 description">
        Step2
    </Wizard.Step>
    <Wizard.Step title="Step3" description="step3 description">
        Step3
    </Wizard.Step>
    </Wizard>
);
 
ReactDOM.render(
  <App />,
  document.getElementById('app')
);

Examples

https://nkiateam.github.io/polestar-antd/examples

Documentation

https://nkiateam.github.io/polestar-antd/docs

License

The MIT License (MIT)

Package Sidebar

Install

npm i polestar-antd

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • nkia