1.0.62 • Published 6 years ago

@barteh/core v1.0.62

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Barteh Core

Build Status

common component and libraries used for barteh based projects

Feature list

a. common services

  1. geo.
  2. orgchart.
  3. unit.
  4. useraction.

b. react components

  1. withTitle.
  2. error.
  3. user.
  4. withMessage.

withTitle

adds title bar to on a component. use it for main forms and pages.

example:

import React, { Component } from 'react';
import Home from '@material-ui/icons/Home';

class README extends Component {
    render() {
        return (
            <div>
                
            </div>
        );
    }
}

export default README;

withTitle({
    title:"page title",
    subTitle:"page SubTitle",
    description:"page description",
    icon:<Home color="primary" style={{fontStyle:"36px"}}/>
})(README)
1.0.62

6 years ago

1.0.61

6 years ago

1.0.60

6 years ago

1.0.59

6 years ago

1.0.58

6 years ago

1.0.57

6 years ago

1.0.56

6 years ago

1.0.55

7 years ago

1.0.54

7 years ago

1.0.53

7 years ago

1.0.52

7 years ago

1.0.51

7 years ago

1.0.50

7 years ago

1.0.49

7 years ago

1.0.48

7 years ago

1.0.47

7 years ago

1.0.46

7 years ago

1.0.45

7 years ago

1.0.44

7 years ago

1.0.43

7 years ago

1.0.42

7 years ago

1.0.41

7 years ago

1.0.40

7 years ago

1.0.39

7 years ago

1.0.38

7 years ago

1.0.37

7 years ago

1.0.36

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.29

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.103

7 years ago

1.0.102

7 years ago

1.0.101

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago