New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

boundary-theme

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boundary-theme

该主题是基于element-theme-chalk 2.15.7的版本上进行修改加入var 进行编译的一套默认的主题。

latest
npmnpm
Version
1.0.5
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

boundary-theme

该主题是基于element-theme-chalk 2.15.7的版本上进行修改加入var 进行编译的一套默认的主题。

Installation

# with npm
npm i boundary-theme -S


# with yarn
yarn add boundary-theme -S


# with pnpm
pnpm add boundary-theme -S

Usage

Use css import

@import 'boundary-theme';

Or Use webpack

import 'boundary-theme';

Or

<link rel="stylesheet" href="path/to/node_modules/boundary-theme/lib/index[.min].css">

Import on demand

import 'boundary-theme/lib/input[.min].css';
import 'boundary-theme/lib/select[.min].css';

// ...

Keywords

boundary-theme

FAQs

Package last updated on 10 Feb 2023

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