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

@codelic/console

Package Overview
Dependencies
Maintainers
3
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codelic/console

Codelic Console Components

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Console

VSCode Plugin Requirements

Install these plugins:

  • johnsoncodehk.volar
  • esbenp.prettier-vscode
  • syler.sass-indented

Please note:

  1. You MUST install and enable the VSCode extension Volar (for this workspace)
  2. You MUST disable the VSCode extension Vetur (for this workspace)

Requirements

  • add material icons to head

colors

all components use this css variable to determine the color: --q-primary

please set it in your project like so:

<style>
  :root {
    --q-primary: blue;
  }
</style>

FAQs

Package last updated on 28 Feb 2022

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