JSPM

  • Created
  • Published
  • Downloads 2243
  • Score
    100M100P100Q113397F
  • License MIT

A simple library with a fully customizable collection of untitledui icons

Package Exports

  • untitledui-js
  • untitledui-js/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 (untitledui-js) 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

A collection of fully customizable icons from Untitled UI

  • ๐Ÿ›  Supports .js .ts .tsx .jsx extensions ; completely typesafe

  • ๐Ÿš€ All icons are sourced from Untitled UI

  • โšก Completed with 500+ Icons

  • ๐Ÿค๐ŸฝSupport and contributions are welcomed

  • ๐Ÿค— Currently available for React but Vue js & Qwik js versions are in development

Docs

  • npm install :

npm install untitledui-js
  • Usage :

import { useRef } from "react";
import { Home01 } from "untitledui-js";

const ExampleComponent = () => {
  const ref = useRef(null);
  
  return (

     <Home01 ref={ref} size="60px" stroke="2px" {...props} />

  )
};

export default ExampleComponent;
  • Props : All Components have access to all SVG properties like className, stroke, strokeWidth, fill, strokeColor, etc

  • Naming Convention : Components are defined with Camelcase. for example home-01 -> Home01, activity-01 -> Activity01

  • Icon Categories : Covers full range of untilted icons categories essentially, all icons are available