Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tagliatelle-components

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tagliatelle-components

Tagliatelle's UI components package

  • 2.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
155
increased by115.28%
Maintainers
1
Weekly downloads
 
Created
Source

Usage

npm i tagliatelle-components -D

This package has tagliatelle-icons and tagliatelle-tokens as a dependency.

Development

.env include ROOT_INPUT_DIR=src for build

To create a new component please run the following command to generate the required files.

  npm run generate-component

This command will require you to respond to two questions.

? Please select which category the new component belongs to? (Use arrow keys)
❯ atoms 
  molecules 
  organisms 
? What is the component name? (please use camelCase)

You'll find your new component folder in the following directory packages/components/src/{category}

The new component folder will come with a *.stories.tsx file ready so you can see the changes you make on Storybook.

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

FAQs

Package last updated on 22 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc