Skip to content
/ goji Public
forked from RobinYang11/goji

goji_ui react vue components

Notifications You must be signed in to change notification settings

mnkmove/goji

Repository files navigation

GoJi UI

an extendable , scalable ui library for React.

how to contribute

    1. write your component in src/components.
    1. test your component in src/_test.tsx. note that _test.tsx is test entry point.
  import Tab from './components/tab/tab';

  function App(){
    return <Tab items={...}>
  }

then start dev server use follow commands:

  npm install 
  npm run dev 

About

goji_ui react vue components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.3%
  • JavaScript 34.1%
  • Less 3.3%
  • HTML 1.7%
  • Vue 1.6%