@gisce/react-ooui
TypeScript icon, indicating that this package has built-in type declarations

2.6.5 • Public • Published

react-ooui

The component library for OpenObject & OpenERP objects based on ant-design and built with TypeScript.

🚀 Usage

Install via git:

npm i git+ssh://github.com/gisce/react-ooui.git#webpack_lib

Import library components:

import { Button, Char } from "react-ooui";

And then you can use it:

const getOouiComponents = () => {
  return (
    <>
      <Char id="test" placeholder="Enter a task" />
      <Button type="dashed">Button</Button>
    </>
  );
};

You have an example app inside this repo. In order to run it you should follow these steps:

  • cd example
  • npm install
  • npm start

👷🏽‍♂️ Building

You must run:

  • npm install
  • npm run build

And then you will have the bundled library inside dist/

🎨 Storybook

You can browse our Storybook running:

  • npm install
  • npm run storybook

Readme

Keywords

none

Package Sidebar

Install

npm i @gisce/react-ooui

Weekly Downloads

413

Version

2.6.5

License

none

Unpacked Size

1.27 MB

Total Files

326

Last publish

Collaborators

  • ecarreras
  • mguellsegarra