encode42 / tabler-icons-types

Simple library that provides types for Tabler Icons.
https://encode42.github.io/tabler-icons-types/docs
MIT License
2 stars 0 forks source link

Tabler Icons Types

Simple library that provides React types for Tabler Icons.

NPM Badge Documentation Badge Support Badge

βš™οΈ Features

πŸ”§ Including

Node.js NPM ```sh npm i @encode42/tabler-icons-types ``` Yarn ```sh yarn add @encode42/tabler-icons-types ``` --- Javascript ```js const { TablerIconsType } = require("@encode42/tabler-icons-types"); ``` Typescript ```js import { TablerIconsType } from "@encode42/tabler-icons-types"; ```
Deno > It's recommended to use a versioned link, e.g. `@encode42/tabler-icons-types@1.103.2` ```js 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: