JSPM

@untitled-ui/icons-react

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

A React package for Untitled-UI icons

Package Exports

  • @untitled-ui/icons-react
  • @untitled-ui/icons-react/build/cjs/index.js
  • @untitled-ui/icons-react/build/esm/Activity
  • @untitled-ui/icons-react/build/esm/Activity.js
  • @untitled-ui/icons-react/build/esm/ChevronDown
  • @untitled-ui/icons-react/build/esm/ChevronDown.js
  • @untitled-ui/icons-react/build/esm/ChevronRight
  • @untitled-ui/icons-react/build/esm/ChevronRight.js
  • @untitled-ui/icons-react/build/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 (@untitled-ui/icons-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@untitled-ui/icons-react


This package provides the Untitled-UI icons (MIT version) converted to React components.

Installation


Install the package in your project directory with:

// with npm
npm install @untitled-ui/icons-react

// with yarn
yarn add @untitled-ui/icons-react

Usage

The package supports both CommonJS and ESModule versions.


// Named imports
import { Activity } from "@untitled-ui/icons-react";

// CJS default imports
import Activity from "@untitled-ui/icons-react/build/cjs/Activity";

// ESM default imports
import Activity from "@untitled-ui/icons-react/build/esm/Activity";