Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ecopages/radiant

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecopages/radiant

Radiant is a minimalist web component library designed for simplicity and flexibility.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Radiant

Radiant is a minimalist web component library designed for simplicity and flexibility.

It leverages the light DOM, allowing components to be styled and manipulated with standard CSS and JavaScript, unlike traditional web components that use the shadow DOM.

This approach deviates from conventional web component best practices, offering a trade-off for a more streamlined development experience.

Ideal for any kind of projects, Radiant provides a lightweight alternative to full web components implementations, reducing unnecessary overhead.

For more details, see the docs page.

How to install it

bun install @ecopages/radiant

Import Structure

Folder/ModuleDescription
./Contains all modules.
./contextContains all modules related to contex.
./context/create-contextModule for creating context.
./context/context-providerModule for providing context.
./context/consume-contextModule for consuming context.
./context/provide-contextModule for providing context.
./context/context-selectorModule for selecting context.
./coreContains all core elements
./core/radiant-elementModule for the Radiant Element.
./decoratorsContains decorator modules.
./decorators/custom-elementDecorator for custom elements.
./decorators/eventDecorator for events.
./decorators/on-eventDecorator for event handlers.
./decorators/on-updatedDecorator for update handlers.
./decorators/queryDecorator for querying elements.
./decorators/reactive-fieldDecorator for reactive fields.
./decorators/reactive-propDecorator for reactive properties.
./mixinsContains mixin modules.
./mixins/with-kitaMixin for Kita functionality.
./toolsContains utility modules.
./tools/stringify-typedUtility for stringifying attributes.
./tools/event-emitterUtility for emitting events.
./utilsContains additional utility modules.

FAQs

Package last updated on 14 Oct 2024

Did you know?

Socket

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.

Install

Related posts