@worktools/jimo-basics
v0.1.13
Published
> Very basic UI components.
Downloads
3
Readme
Jimo Basics
Very basic UI components.
http://fe.jimu.io/jimo-basics/
Usage
yarn add @worktools/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