2.1.1 • Published 6 years ago

dcy v2.1.1

Weekly downloads
40
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

DogUI-ISU-CSSA-React

dogui isu cssa react :D

Usage

tabs = [
        { route: "", redirect: "index" },
        { tab: "INDEX", route: "index", component: () => <h2>Some News</h2> },
        { tab: "JOB OPENINGS", route: "jobs", component: Opportunities },
        { route: "admin", component: Admin },
        { route: "*", component: E404 }
    ]
    navs = [
        { nav: "isucssa.org", type: "func", click: () => { window.location.href = "http://isucssa.org" } },
        { nav: "Index", type: "route", click: "index" }
    ]
    source = { name: "ISUCSSA", link: "https://github.com/ISUCSSA/Index" };
    info = {
        sub: "Chinese Students & Scholars Association",
        department: "department of career development",
        email: "cssa.isu.ia@gmail.com",
        address: "2229 Lincoln Way C4 1530 Student Office",
        address2: "Memorial Union Ames, IA 50011-1130",
        wechat: "http://www.isucssa.org/24494204493902938754.html",
        weibo: "http://weibo.com/isucssa",
        facebook: "https://www.facebook.com/iaisucssa",
        instagram: "https://www.instagram.com/isucssa/"
    };

    render() {
        return (
            <DCY
                tabs={this.tabs}
                navs={this.navs}
                source={this.source}
                info={this.info}
                pre={this.props.pre}
            />
        );
    }

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

2.1.1

6 years ago

2.1.0

6 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago