0.0.4 • Published 12 months ago

untitledui-react v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@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';
0.0.3

1 year ago

0.0.4

12 months ago

0.0.2

2 years ago

0.0.1

2 years ago