Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@lightningtv/solid-ui
Advanced tools
A shared library of components for the LightningJS Solid Framework.
This library contains a suite of themeable UI components written for the SolidJS Lightning Framework. check them out in our storybook docs.
If you haven't already, follow the steps found here to bootstrap your SolidJS Lightning app. Then:
pnpm add @lightningtv/solid-ui @lightningtv/l3-ui-theme-base # or npm/yarn
// vite.config.js
resolve: {
alias: {
theme: '@lightningtv/l3-ui-theme-base',
}
},
// App.jsx
import { Button } from '@lightningtv/solid-ui';
<App>
<Button>a button!</Button>
</App>;
If you come across a bug in this library, please open an issue with a detailed description of what you've encountered
If you don't have pnpm
npm install -g pnpm
Run the solid storybook dev environment:
pnpm i
pnpm dev
Run the solid sandbox environment:
pnpm sandbox
Theming in the context of solid-ui is a system for providing a set of values to control the look and feel of the components. Head over to our theming documentation for more information
FAQs
A shared library of components for the LightningJS Solid Framework.
The npm package @lightningtv/solid-ui receives a total of 78 weekly downloads. As such, @lightningtv/solid-ui popularity was classified as not popular.
We found that @lightningtv/solid-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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.