1.6.11 • Published 2 years ago

ff-component-library-react v1.6.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Welcome

Welcome to Firs Factory React's Components Library, this library have customized designs made specifically for First Factory.

This component library can be found at Bitbucket > First Factory > Core > component-library-react.

If you want to check the versioning of this npm package, please check this link.

Instalation

The instalation process is quite simple, just open the project and on the terminal go to the directory where the package.json and /node_modules directory are located.

Then execute the following command:

npm i ff-component-library-react

This will install this package on your project installation might take a few seconds.

Implementation

At the moment of implementing this library's components in your project notice to make the imports as following:

import {Component} from 'ff-component-library-react';

Please take into account that Component make reference to one of the following ones:

AlertNote, BasicDatePicker, KeyboardDatePicker, StaticDatePicker, TextDatePicker, YearMonthDatePicker, YearDatePicker, AppHeader, AutoCheckBox, AvatarProfile, BarChart, CheckBox, Button, TableWithCheckBox, Chip, TableCollapsible, ComboBox, CopyToClipboardModal, CustomizedHook, DonutChart, FixedTab, Icon, Input, LineChart, ButtonsModal, Peer, PieChart, Profile, RadioButton, Modal, Table, Searchbar, Slider, Snackbar, Stepper, TextField, Toggle, ViewImagesModal, DeductionTable, LeftNavBar, DragAndDropModal

Usage

The way this component should be called at your jsx or tsx files should be as following:

<Component {...args}/>

Please remember that Component make reference to one of the previous listed components.

But. also remember that {...args} is a reference of the different props that are need for the component to work propertly, some of them might be optional, so pay attention to the interfaces

Example:

import React from 'react';
import './App.css';
import { AlertNote} from 'ff-component-library-react';

function App() {
 return (
  <AlertNote
   initialMessage={"You are"}
   warningMessage={"missing last week's hour report."}
   finalMessage={"Please take a look on your Timesheet"}
  />
 );
}

export default App;
1.6.4

2 years ago

1.6.11

2 years ago

1.6.10

2 years ago

1.6.9

2 years ago

1.6.8

2 years ago

1.6.7

2 years ago

1.6.6

2 years ago

1.6.5

2 years ago

0.1.16

2 years ago

1.6.3

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.9

2 years ago

1.5.8

3 years ago

1.5.7

3 years ago

1.5.6

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.13

3 years ago

1.4.11

3 years ago

1.4.10

3 years ago

1.4.12

3 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.9

3 years ago

1.4.8

3 years ago

1.4.7

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.4.1

3 years ago

1.3.2

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.0.0

3 years ago

0.1.15

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago