Socket
Socket
Sign inDemoInstall

@riiid/santa-closet-web

Package Overview
Dependencies
Maintainers
9
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riiid/santa-closet-web

UI Design Kit for Santa's products


Version published
Maintainers
9
Created
Source

santa-closet-web

NPM

UI Design Kit for πŸŽ…'s products

Dependencies

  • React 에 μ˜μ‘΄μ„±μ„ κ°€μ§‘λ‹ˆλ‹€.

πŸš§πŸ‘· warning πŸ‘·πŸš§

  • foundation & component μΆ”κ°€ μ‹œ μ€‘λ³΅λ˜λŠ” λͺ…칭이 없도둝 μ£Όμ˜ν•©λ‹ˆλ‹€. πŸ‘€

Installation

yarn add @riiid/santa-closet-web

Usage

foundation

santa-closet 의 색상, μ•„μ΄μ½˜, μ‰λ„μš° μŠ€νƒ€μΌμ„ μ •μ˜ν•©λ‹ˆλ‹€.
κΈ°λ³Έ νŒ”λ ˆνŠΈ 색상 외에도 ν…Œλ§ˆ 색상 dark λ˜λŠ” light 을 μ μš©ν•˜μ‹€ 수 μžˆμŠ΅λ‹ˆλ‹€.

foundation κ΅¬μ‘°λŠ” μ•„λž˜μ™€ κ°™μŠ΅λ‹ˆλ‹€.

PluginREADME
ALL@riiid/santa-closet-web
colors@riiid/santa-closet-web/colors
theme@riiid/santa-closet-web/theme
icons@riiid/santa-closet-web/icons
shadows@riiid/santa-closet-web/shadows

μ˜ˆμ‹œ

import {white1, shadowDown1} from '@riiid/santa-closet-web'
import {dark as theme} from '@riiid/santa-closet-web/theme';
import {Arrow, Cart, Password} from '@riiid/santa-closet-web/icons'

class Example extends Component {
  render () {
    return (
      <div style={shadowDown1}>
        <Arrow/>
        <Cart width={30} height={30} fill={white1}/>
        <Password fill={theme.color1}/>
      </div>
    )
  }
}

icon list image

Example

Cheetsheet

cheat sheet - https://santa-closet.riiid.app

Example Project

yarn link 둜 deploy 된 /lib 폴더와 μ—°κ²°ν•˜μ—¬ ν…ŒμŠ€νŠΈν•©λ‹ˆλ‹€.πŸ–πŸ»

Deploy

yarn release 슀크립트 μ‹€ν–‰ ν›„ λ°°ν¬λ˜λŠ” ν΄λ”μ˜ 버전과 루트 ν΄λ”μ˜ 버전을 λ™μΌν•˜κ²Œ μ˜¬λ €μ€λ‹ˆλ‹€.

License

Riiid Β© Riiid

FAQs

Package last updated on 29 Apr 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