1.2.0 • Published 4 years ago

@artibox/components v1.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

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:

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