JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 29
  • Score
    100M100P100Q54761F
  • License MIT

Bearlab UI Core - Icons, themes and shared components

Package Exports

  • @bearlab/core
  • @bearlab/core/dist/index.esm.js
  • @bearlab/core/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bearlab/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@bearlab/core

Bearlab UI Core package containing shared icons, themes, and utilities.

Installation

npm install @bearlab/core

Usage

import { IconAdd, IconDelete } from "@bearlab/core";
import "@bearlab/core/dist/index.css"; // Import styles

function MyComponent() {
  return (
    <div>
      <IconAdd />
      <IconDelete />
    </div>
  );
}

Available Icons

This package exports various icons including:

  • IconAdd, IconDelete, IconUpdate
  • IconHome, IconSearch, IconSettings
  • And many more...

Requirements

  • React >= 16.8.0
  • React DOM >= 16.8.0

License

MIT