0.0.2 • Published 5 years ago

@spotykatch/b-logic v0.0.2

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
5 years ago

#B-Logic react-bootstrap components

$ npm i --save react bootstrap react-bootstrap b-logic
import React { Component } from 'react';
import { GridView } from 'b-logic';

export default class Index extends Component {
    constructor(props) {
        super(props);
    }

    render() {
        return (
            <GridView>
                
            </GridView>
        );
    }
}
0.0.2

5 years ago

0.0.1

5 years ago