Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@aircall/tractor
Advanced tools
The Aircall Tractor design system Foundations.
Latest Published version available on: https://tractor.aircall.io/latest/ Next version available on: https://tractor.aircall-staging.com/next/
npm install --save @aircall/tractor @aircall/icons @aircall/hooks
yarn add @aircall/tractor @aircall/tractor @aircall/icons @aircall/hooks
import { Button, Tractor } from '@aircall/tractor';
const App = () => (
<Tractor injectStyle>
<Button>Click me</Button>
</Tractor>
);
You are ready to go 🚜 ⚡️
You must wrap your React Tree components using the
Tractor
component otherwise the Tractor components won't be able to grab thetheme
thus they will fail.
Please check the instructions on the main ReadME file
Make sure that your project is using a single version of React otherwise you will end up having errors:
Tractor comes with Aircall brand specifications, including colors, spacing, typography variants and more. It is highly recommended to stick with those default specifications.
In some cases, you app might need, for instance additional color tokens that are application specific. you can follow these instructions
Click on this link to learn more about how's to contribute.
FAQs
UI Component Library for Modern Design
The npm package @aircall/tractor receives a total of 2,524 weekly downloads. As such, @aircall/tractor popularity was classified as popular.
We found that @aircall/tractor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.