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

@codelic/component

Package Overview
Dependencies
Maintainers
0
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codelic/component

Codelic App Components

  • 1.6.60
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
111
decreased by-3.48%
Maintainers
0
Weekly downloads
 
Created
Source

環境構築

これらの components には Google Font の material icons を使用するものがあります。使用の際は head タグに以下の link タグを配置してください

<link
  href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone"
  rel="stylesheet"
/>

配色について

CodelicComponents では以下のカスタムプロパティで共通のメインカラーなどを設定しています。 プロジェクトごとにメインカラーなどが決定した際には以下の記載に合わせた設定を行ってください。 (※注意)--q-primary と--q-primary-rgb は必ず設定してください。

--c-primary : #021f46;(メインカラー) --c-primary-rgb : 2, 31, 70;(メインカラー/rgb) --c-secondary : #42b883;(二色目) --c-positive : #646cff;(三色目) --c-negative : #ffaa3e;(四色目) --c-warning :#ff6d6d;(五色目※CodelicComponents はエラー配色を既に設定してあります。)

用意するファイル

src ディレクトリ内に "任意のファイルネーム.d.ts" を作成し、以下を記述してください。

declare module '@codelic/component'

FAQs

Package last updated on 19 Dec 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

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