Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gesdisc-components

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gesdisc-components

Stencil Component Starter

  • 0.0.118
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

GESDISC Components

Adding or modifying a theme

Themes are website/application specific styles and can be found in: src/global/themes

To add a new theme:

  • create a new theme in src/global/themes (use an existing theme as a starting point)
  • add that new theme to the bottom of src/shared.scss
  • add that new theme as an option to the theme selector in .storybook/custom-addons/theme-selector.js (line 72-ish is where the options are)

Usage

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test

To release a new version:

./publish.sh

FAQs

Package last updated on 30 Sep 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc