@jimengio/jimo-basics
TypeScript icon, indicating that this package has built-in type declarations

0.1.11 • Public • Published

Jimo Basics

Very basic UI components.

http://fe.jimu.io/jimo-basics/

Usage

yarn add @jimengio/jimo-basics

Button:

<JimoButton prepend={`+`} text={"DEMO"} fillColor onClick={() => {}} />

Tabs:

let items: IJimoTabItem[] = [{ title: "A", value: "a" }, { title: "This is b", value: "b" }];

<JimoTabs
  items={items}
  value={tab}
  onClick={(value) => {
    setTab(value.value);
  }}
/>;

Todo page component:

<TodoFeature title="A not finished feature" description={"Some description"} />

Workflow

https://github.com/jimengio/ts-workflow

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @jimengio/jimo-basics

Weekly Downloads

3

Version

0.1.11

License

MIT

Unpacked Size

96.5 kB

Total Files

70

Last publish

Collaborators

  • imzshh
  • jiyinyiyong
  • rebirth