dw-components

1.0.70 • Public • Published

dw-components

DW Components

NPM JavaScript Style Guide

Install

npm install --save dw-components

Usage

import { ButtonDefault, ButtonDefaultIcon } from 'dw-components' ;

const Page = (props) => {

    const onClick = () => {
        
    }

    return (
        <ButtonDefault text="Энгийн" onClick={onClick} />
        <ButtonDefaultIcon text="Icon-той энгийн" iconName="Add" onClick={onClick} />
    );
}         
export default Page;

License

MIT © altansukh-p

Readme

Keywords

none

Package Sidebar

Install

npm i dw-components

Weekly Downloads

4

Version

1.0.70

License

MIT

Unpacked Size

1.1 MB

Total Files

33

Last publish

Collaborators

  • altansukh.dw
  • baljinnyam
  • oyunerdene.b