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

w3e

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

w3e

W3E is an extension of the W3.CSS framework, offering additional functionalities and supplementary JavaScript `w3e.js` for more complete features.

latest
Source
npmnpm
Version
1.0.0-rc3.1.3
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

W3E (W3.CSS Enhanced)

This is the NPM package of the W3E framework.

Note: This is Release Candidate 3.1, W3.CSS Basic themes were added for convenience. This is a community feedback pre-production release.

Installation

npm install w3e

Usages

For styling only, import the CSS file as follows:

// import styles
import 'w3e/w3e.css'

To add a theme, import the theme CSS file as follows:

// import styles
import 'w3e/themes/w3-theme-color.css'

Replace "color" in w3-theme-color.css with the color name. Colors currently available are: amber, black, blue-green, blue, brown, cyan, dark, deep-orange, deep-purple, green, grey, indigo, khaki, light-blue, light-green, lime, orange, pink, purple, red, teal, and yellow. Example: w3-theme-yellow.css.

For interactive components like Progress Bar, import the JavaScript file as follows:

// import JavaScript
import w3e from 'w3e'

For instruction in how to use JS components, visit W3E framework.

Live Examples

For components demo, visit: https://codepen.io/emnawer

Support, Feedback & Issues

Your feedback is very important, please, visit the links below.

Keywords

w3css

FAQs

Package last updated on 09 Sep 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