Socket
Socket
Sign inDemoInstall

@artibox/components

Package Overview
Dependencies
24
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @artibox/components

@artibox/components


Version published
Maintainers
2
Install size
2.30 MB
Created

Changelog

Source

1.2.0 (2020-09-26)

Features

  • image: caption (#60) (1bea030)

BREAKING CHANGES

  • image: Image controller methods changed Jsx serializer become multiple as list's Old images won't break, but new images will be wrapped by a figure

Readme

Source

@artibox/components

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:

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

Last updated on 26 Sep 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc