Gathering detailed insights and metrics for @qlue-ui/react-component
Gathering detailed insights and metrics for @qlue-ui/react-component
Gathering detailed insights and metrics for @qlue-ui/react-component
Gathering detailed insights and metrics for @qlue-ui/react-component
npm install @qlue-ui/react-component
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
27
3
53
Qlue UI Storybook
@qlue-ui/react-component
is a collection of React
components that conforms to Qlue Style created by Qlue UI/UX team.
Install with npm
or yarn
1npm i -S @qlue-ui/react-component 2# OR 3yarn add @qlue-ui/react-component
@qlue-ui/react-component
uses Tachyons
for the design system and it is required to import the CSS in your project. Please refer to Tachyons CSS Documentation
for available CSS classnames
1// Required CSS import including the Tachyons CSS 2import "@qlue-ui/react-component/dist/styles.css"; 3 4// Map Component CSS (Import if you use Map!) 5import "@qlue-ui/react-component/dist/Map/styles.css"; 6 7// Table Component css (Import if you use Table!) 8import "@qlue-ui/react-component/dist/Table/styles.css";
YourApp
git clone
and navigate inside using cd react-component
yarn link
to make this package linkable to YourApp
locally. More about yarn linkYourApp
yarn link @qlue-ui/react-component
to make YourApp
utilizing the previously-linked packageyarn run watch
YourApp
YourApp
refreshes after any changes on this package, it means it is already working1import React from "react"; 2import Select from "@qlue-ui/react-component/dist/Select"; 3import "@qlue-ui/react-component/dist/styles.css"; 4 5const App = props => ( 6 <Select {...props} options={selectOptions} value={getValue} /> 7);
Test with npm
or yarn
using Jest
and Enzyme
1npm run test 2# OR 3yarn test
Qlue React Front End team is required to be active in developing the UI Component as it will be used across product. Always make a PR into development
! Be active in develop each component functionality, UI, & testing as it will recorded in the history
1. Please update the readme in the component your working on to track the changes history. Below is the example
src/qlueDashboard/DateFilter/README.md
src/qlueDashboard/CardSummary/README.md
## Changelog
## bugfix
#### **1.35.7** - [*29 Juni 2021*] - `commit id: cc133404`
- **QWD-1921** - Remove restprops spread into the Date Component
#### **1.35.8** - [*30 Juni 2021*] - `commit id: zwasd344`
- **QWD-1922** - Remove the onChange function
## feature change
#### **1.36.0** - [*30 Juni 2021*] - `commit id: 091jksal`
- **QWD-1923** - Added props for maxEndDate & maxStartDate for date filter range pick
Write the version release
, date changes
, commit id
, JIRA task id
, & description
2. Don't forget to update the prop-types as it will automatically updates the storybook
3. Update the storybook component inside stories
folder
Contributor are very welcome to help build awesome UI :)
No vulnerabilities found.
No security vulnerabilities found.