1.0.17 • Published 2 years ago

@jswork/react-mobxer v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-mobxer

React mobx manager.

version license size download

installation

npm install -S @jswork/react-mobxer

usage

  1. import css

    @import "~@jswork/react-mobxer/dist/style.css";
    
    // or use sass
    @import "~@jswork/react-mobxer/dist/style.scss";
    
    // customize your styles:
    $react-mobxer-options: ()
  2. import js

    import React from 'react';
    import ReactMobxer from '@jswork/react-mobxer';
    import styled from 'styled-components';
    
    const Container = styled.div`
      width: 80%;
      margin: 30px auto 0;
    `;
    
    export default (props: any) => {
      return (
        <Container>
          <ReactMobxer />
        </Container>
      );
    };

preview

license

Code released under the MIT license.

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago