![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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
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 42 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.