Package Exports
- @aonic-ui/core
- @aonic-ui/core/dist/cjs/index.js
- @aonic-ui/core/dist/esm/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 (@aonic-ui/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@aonic-ui/pipelines
@aonic-core UI component library provides a set of customizable and easy-to-use components for building modern web applications with React.
Getting Started
Installation
npm install @aonic-ui/coreUsage
import { Button } from '@aonic-ui/core';
// Example usage of Button component
<Button
label="Hello"
onClick={function Va(){}}
/>