Socket
Socket
Sign inDemoInstall

@adv-ui/ep-theme

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @adv-ui/ep-theme

This repository contains:


Version published
Maintainers
1
Created

Readme

Source

ePreselec SUI Components Theme

This repository contains:

  • ePreselec variables to initialize default values and component styles.
  • A set of placeholders ready to style your component (buttons, tabs, forms, grid system...).
  • Functions and mixins helpers.

Usage

Import frontend-ep--uilib-theme into your sui-component including the path in index.scss after de SUI-theme import:

@import '~@adv-ui/ep-theme/lib/index';
@import '~@s-ui/theme/lib/index';

Update

If you need to update any of these variables please pull request.

Prerequeriments

Node 8

nvm install 8

npm 3

npm i -g npm@3

##Debug in local

  • npm run lib (from frontend—ep-uilib-components) (To create the node module)
  • npm link (from frontend—ep-uilib-components) (To create the node link, it can be necessary: npm install cpx)
  • npm link @adv-ui/ep-theme (Where is the node_modules folder of epreselec) (Reference the node package from epreselec)

FAQs

Last updated on 14 Dec 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc