@dica/libs

0.8.11 • Public • Published

@dica/libs

DICA libraries provides ui components, apis and utilities for dica front-end project dica-ui. It is also used for developing customized plug-in components in project dica-plugins.

Install

npm install --save @dica/libs

Usage

import React from "react";

import { components, apis, icons, utils } from "@dica/libs";
import "@dica/libs/lib/dica.css";

const { Input } = components;
const Example = (props)=> {
  render() {
    return <Input />;
  }
};

Looking for more examples? This library itself contains a lot of examples. Look through source code and see how components reference each other.

License

MIT © dica.xyz

Package Sidebar

Install

npm i @dica/libs

Weekly Downloads

2

Version

0.8.11

License

MIT

Unpacked Size

8.89 MB

Total Files

805

Last publish

Collaborators

  • dica