@artibox/components
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

@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:

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    4
    • latest

Version History

Package Sidebar

Install

npm i @artibox/components

Weekly Downloads

4

Version

1.2.0

License

MIT

Unpacked Size

114 kB

Total Files

100

Last publish

Collaborators

  • fantasywind