1.119.0 • Published 1 year ago

@encode42/tabler-icons-types v1.119.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Tabler Icons Types

Simple library that provides React types for Tabler Icons.

NPM Badge Documentation Badge Support Badge

⚙️ Features

  • Typescript definition file containing all available Tabler Icons.
  • Array of every Tabler Icon name/type.
  • Truncated and normalized tags.json.
  • Targeted towards Tabler's React icons.
  • Package automatically updates when Tabler Icons updates.

🔧 Including

NPM

npm i @encode42/tabler-icons-types

Yarn

yarn add @encode42/tabler-icons-types

Javascript

const { TablerIconsType } = require("@encode42/tabler-icons-types");

Typescript

import { TablerIconsType } from "@encode42/tabler-icons-types";

It's recommended to use a versioned link, e.g. @encode42/tabler-icons-types@1.103.2

import { TablerIconsType } from "https://cdn.jsdelivr.net/npm/@encode42/tabler-icons-types/dist/esm.js";

🔨 Building

Ensure pnpm and Node.js are installed.

  1. Enter the directory containing the tabler-icons-types source code in your terminal.
  2. Install the build dependencies via pnpm install.
  3. Run pnpm run build to generate the Node.js and browser modules.
    This will automatically update @tabler/icons if an update is available.

Generated files:

  • ./cjs/: CommonJS bundle, used by Node.js.
  • ./esm/: ES module for browser script modules.
  • ./lib/: Built ECMAScript files.
1.119.0

1 year ago

1.117.0

1 year ago

1.116.1

1 year ago

1.118.0

1 year ago

1.111.0

2 years ago

1.112.0

1 year ago

1.110.0

2 years ago

1.108.0

2 years ago

1.109.0

2 years ago

1.106.0

2 years ago

1.107.0

2 years ago

1.104.0

2 years ago

1.103.1

2 years ago

1.105.0

2 years ago

1.103.2

2 years ago

1.113.0

1 year ago

1.114.0

1 year ago

1.103.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago