
Product
Introducing GitHub Actions Scanning Support
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
@epilot360/core-ui
Advanced tools
Core UI package containing global design tokens and configurations for epilot's design system.
Core UI package containing global design tokens and configurations for epilot's design system.
npm install @epilot360/core-ui
# or
yarn add @epilot360/core-ui
This package provides a shared Tailwind configuration for consistent styling. To use this in your project, add the following to your tailwind.config.js:
import { tailwindConfig } from '@epilot360/core-ui';
export default {
presets: [tailwindConfig],
//Project specific configurations
}
If you only want the design tokens without importing the entire library, you can import just the tokens.css file:
Import in JavaScript/TypeScript
import '@epilot360/core-ui/dist/tokens.css';
Or in a CSS file:
@import '@epilot360/core-ui/dist/tokens.css';
FAQs
Core UI package containing global design tokens and configurations for epilot's design system.
We found that @epilot360/core-ui 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.
Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.