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/coreUsage
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