2.0.1 • Published 3 months ago

dbr-ui-library v2.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Welcome to DBR ui library

DBR ui library helps you build UI components in isolation from your app's business logic, data, and context. That makes it easy to develop.

Setup

  • 1 Install the dependency:
  npm i dbr-ui-library

Note: you can change the version

  • 2 Include the css file to the global style
  @import "dbr-ui/build/css/main.css";
  • 3 Start using components

Ex: Dashboard component :

import { Dashboard } from "dbr-ui";

<Dashboard id="615dac10b0e71057228737f0" host="https://dbr-back****" />;

Components list :

  • Dashboard
  • DashboardList
  • DashboardItem
  • WidgetWrapper