1.2.3 • Published 2 years ago
ef_ui_components v1.2.3
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
1.2.0
2 years ago
1.2.0-beta.9
2 years ago
1.2.0-beta.8
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0-rc
2 years ago
1.2.0-beta.1
3 years ago
1.2.0-beta.3
3 years ago
1.2.0-beta.2
3 years ago
1.2.0-beta.5
3 years ago
1.2.0-beta.4
3 years ago
1.2.0-beta.7
3 years ago
1.2.0-beta.6
3 years ago
1.1.13
3 years ago
1.1.12
3 years ago
1.1.11
3 years ago
1.1.10
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago