@vini-wine/core-icons
v1.0.25
Published
Core package for Vini frontend icons.
Downloads
114
Readme
@vini-wine/core-icons
This package provides core Icons for the Vini frontend, designed to support TypeScript. It includes various Icons essential for the Vini frontend.
Installation
To install the package in your project, you can use npm or yarn. In your project directory, run one of the following commands:
# Using npm
npm install @vini-wine/core-icons
# Using yarn
yarn add @vini-wine/core-icons
Usage
Importing Icons in TypeScript
In your TypeScript files, you can import the icons from the package as needed. Here's an example:
Usage in Your Application
Once you have imported the icons into your project, you can use them as needed. Here's an example of how to use the icons in your application:
Scripts
The package includes the following npm scripts:
- build: Run tsup to build the project.
- test: Placeholder for running tests (not specified).
- lint: Run ESLint for linting with TypeScript support.
- format: Use Prettier to format code.