🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@lubycon/ui-kit

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lubycon/ui-kit

Lubycon UI Kit for any projects 🖌

latest
Source
npmnpm
Version
1.5.0
Version published
Maintainers
1
Created
Source

Lubycon logo

Lubycon UI Kit

Typescript React HTML5 Sass rollup.js Yarn NPM

license node version workflow workflow
npm latest package npm downloads

Installation

$ npm install @lubycon/ui-kit
// or
$ yarn add @lubycon/ui-kit

Usage

Lubycon UI Kit 내부의 몇몇 컴포넌트는 컴포넌트 트리와 분리된 상태와 렌더 트리를 가지고 있기 때문에 LubyconUIKitProvider을 필요로 합니다.

// App.tsx

import React, { PropsWithChildren } from 'react';
import { LubyconUIKitProvider } from '@lubycon/ui-kit';

function App({ children }: PropsWithChildren<{}>) {
  return <LubyconUIKitProvider>{children}</LubyconUIKitProvider>;
}

Keywords

lubycon

FAQs

Package last updated on 16 Aug 2021

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