1.2.3 • Published 1 year ago

ef_ui_components v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

UI Components

UI-Components Contiene biblioteca de componentes utiles de React UI para desarrollar nuevas aplicaciones.

Installation

UI-Components esta disponible en npm package

npm:

npm i ef_ui_components

yarn:

yarn add ef_ui_components

Example

Table

import { Table, TableColumn } from 'ef_ui_components';
  <Table
    data={DataTable}
    styles={{ height: '400px' }}
    take={10}
    skip={0}
    total={DataTable.length}
  >
    <TableColumn field="id" title="Id" />
    <TableColumn field="productName" title="Name" />
    <TableColumn field="categoryName" title="Category Name" />
    <TableColumn field="count" title="Count" />
    <TableColumn field="price" title="Price" />
  </Table>

Tab

import { Tab, TabItems } from 'ef_ui_components';
  <Tab >
    <TabItems title="Option 1">
      <span>Descripción 1</span>
    </TabItems>
    <TabItems title="Option 2">
      <span>Descripción 2</span>
    </TabItems>
  </Tab>

Demo

UI-Components

1.2.0

1 year ago

1.2.0-beta.9

1 year ago

1.2.0-beta.8

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0-rc

1 year ago

1.2.0-beta.1

1 year ago

1.2.0-beta.3

1 year ago

1.2.0-beta.2

1 year ago

1.2.0-beta.5

1 year ago

1.2.0-beta.4

1 year ago

1.2.0-beta.7

1 year ago

1.2.0-beta.6

1 year ago

1.1.13

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago