Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

tagliatelle-icons

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tagliatelle-icons

Tagliatelle's icons package

latest
Source
npmnpm
Version
2.3.7
Version published
Maintainers
1
Created
Source

Usage

npm i tagliatelle-components -D

Development

.env include ROOT_INPUT_DIR=src/components for build

To create a new icon add your *.svg file to the assets folder and run the following command.

  npm run svgr

For logos run

  npm run svgr -- --isLogo="true" --useCurrentColor="false"

This script will create a new folder with two files:

  • component.js
  • component.stories.js

Run npm run start to launch Storybook on the browser at http://localhost:6006/.

Updating the package

Bump packages

npm run clean && npm run bootstrap

Commit changes and run tests:

npm run chromatic

After the review has been approved, build the package with npm run build and then publish it to npm with npm publish or lerna publish.

For more info on lerna commands: https://github.com/lerna/lerna

Keywords

react

FAQs

Package last updated on 17 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts