Socket
Book a DemoInstallSign in
Socket

shaders

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shaders

Declarative shader components for Vue, React, and Svelte

latest
npmnpm
Version
2.2.44
Version published
Weekly downloads
2.9K
3.16%
Maintainers
1
Weekly downloads
 
Created
Source

Shaders

Shader magic for modern frontends

image

npm version npm downloads per month jsDelivr hits (npm) X (formerly Twitter) Follow

Getting Started

Shaders is available as component libraries for Vue, React & Svelte. No matter which framework you use, you always install npm install shaders and then import components from the framework-specific directory, such as shaders/vue.

# Install
npm install shaders
Usage (Vue)
<script>
    import { Shader, LinearGradient } from "shaders/vue"
</script>

<template>
    <Shader>
        <LinearGradient/>
    </Shader>
</template>
Usage (React)
<script>
    import { Shader, LinearGradient } from "shaders/react"
</script>

<template>
    <Shader>
        <LinearGradient/>
    </Shader>
</template>
Usage (Svelte)
<script>
    import { Shader, LinearGradient } from "shaders/svelte"
</script>

<Shader>
    <LinearGradient/>
</Shader>

Learn more and try the Design Editor at https://shaders.com

Shaders © Shader Effects, Inc.

Licensed under the Shader Effects License Agreement (v1.1). You may use Shaders freely for non-production or educational use. A valid paid license is required for production deployment.

Keywords

vue

FAQs

Package last updated on 16 Jan 2026

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