Security News
Python Overtakes JavaScript as Top Programming Language on GitHub
Python becomes GitHub's top language in 2024, driven by AI and data science projects, while AI-powered security tools are gaining adoption.
@elpassion/taco
Advanced tools
TACO UI is a system of React components highly based on tailwindcss, it is available as an npm package.
See full documentation here via storybook
npm:
npm install @elpassion/taco
yarn:
yarn add @elpassion/taco
Taco Design System uses Figma Tokens plugin and has its own tokens-based classes config connected with Tailwind CSS. It's required to add those classes to Tailwind defaultTheme in your project. See detailed specification of how tokens work in Taco: TOKENS.MD
Here is the list:
If you want to import any of the above components use :
import { ComponentName } from "@elpassion/taco/ComponentName";
DatePicker
COMPONENT:To load the styles you have to import DatePicker.styles.css
file in your global stylesheet, eg:
/* globals.css */
@import "@elpassion/taco/datePickerStyles.css";
If you add a new package to the design system, please add it to the list above, and what's more important, you have to add this package to peerDependencies in npm-package.json
@font-face {
font-family: "icons";
src: url("https://elpassion-design-system.s3.eu-west-1.amazonaws.com/fonticon.ttf")
format("opentype");
}
You can use icons locally from icons font or use cdn https://elpassion-design-system.s3.eu-west-1.amazonaws.com/fonticon.ttf TODO:
Then use it in your app for example:
import React from "react";
import Button from "@elpassion/taco";
export default function App() {
return (
<div className="App">
<Button {...props} />
</div>
);
}
FAQs
### TACO UI
The npm package @elpassion/taco receives a total of 62 weekly downloads. As such, @elpassion/taco popularity was classified as not popular.
We found that @elpassion/taco demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Python becomes GitHub's top language in 2024, driven by AI and data science projects, while AI-powered security tools are gaining adoption.
Security News
Dutch National Police and FBI dismantle Redline and Meta infostealer malware-as-a-service operations in Operation Magnus, seizing servers and source code.
Research
Security News
Socket is tracking a new trend where malicious actors are now exploiting the popularity of LLM research to spread malware through seemingly useful open source packages.