JSPM

@aonic-ui/core

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q19375F
  • License Apache-2.0

Core components and utils for aonic-ui library.

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

Usage

import { Button } from '@aonic-ui/core';

// Example usage of Button component

<Button
  label="Hello"
  onClick={function Va(){}}
/>