Socket
Book a DemoInstallSign in
Socket

@artibox/components

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artibox/components

@artibox/components

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
2
Created
Source

@artibox/components

npm package npm downloads

Installation

npm install @artibox/components --save

or

$ yarn add @artibox/components

Introduction

This package is an UI library for artibox just like material-ui, antd, ...etc.
Also includes locale and theme for artibox.

API

Components

import { Icon, Tooltip } from '@artibox/components';

or;

import Icon from '@artibox/components/Icon';
import Tooltip from '@artibox/components/Tooltip';

Currently we just implement:

  • Icon
  • Modal - Semi finished.
  • Portal
  • Tooltip - Without some placements.

Theme

The value of theme context is just theme name since we use css variables to apply theme.

Locale

Provide the locale object from @artibox/locale.

Utils

FAQs

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