0.4.2 • Published 4 years ago

sakok-ant4-component v0.4.2

Weekly downloads
16
License
MIT
Repository
-
Last release
4 years ago

Sakok Ui

Install

Note: You should add Antd style (import 'antd/dist/antd.css'). In this component we don't import it to avoid css conflicts between Antd v3 and Antd v4.

  1. install package

    1. Run npm i sakok-ant4-component
  2. add component to your code

    1. import on top of your app import SearchUI from 'sakok-ant4-component';
    2. use in your jsx code:
    // importing
    import SearchUi from 'sakok-ant4-component';
    
    // rendering
    const defaults = {
    	importSampleItems: true, 
    	companyName: 'ساکوک', 
    	addedByImage: 'https://trello-members.s3.amazonaws.com/5c7bb50bad68bc2f77f4023d/5ba9e67cf44559a074f6185de3e06455/50.png'
    };
    return (<Search data={undefined} clickable={false} selectable={true} float="right" defaults={defaults} />)

dependence

  1. node: 8.10
  2. npm: 6
  3. antd: 4
  4. less: last
  5. react: 16.8.6
0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.1.2

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago