New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@noveo/react-components-v2

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noveo/react-components-v2

Components to use in internal Noveo applications.

  • 1.0.0
  • npm
  • Socket score

Version published
Weekly downloads
107
increased by568.75%
Maintainers
0
Weekly downloads
 
Created

Noveo React Components v2

Components to use in internal Noveo applications.

Documentation is available in Storybook: http://react-components.noveogroup.com

Installation

Add the library with your project's package manager

e.g.

npm i @noveo/react-components-v2

or

yarn add @noveo/react-components-v2

Storybook deployment

You can check out this library's Storybook at the following link, which is publicly available: react-componets-v2 storybook This library is deployed using Gitlab pages.

Caveats: CI/CD is configured so that changes to master are published on successful jobs automatically.

But you have the option to do publication to any other branch manually (when: manual) on a trigger with the same conditions (successful completion of past jobs).

This can be useful in case of testing individual features, but don't forget to update the master deploy, after manual use (for this purpose it is enough to restart the stage "deploy" for the last commit on the master).

Also, Pipelines trigger only on new commits for the reasons above instead of optimizing (triggering only merge requests' events) the use of runners.

Styles

The library comes with shipped CSS files. No need to import them directly, but in order for the styles to work correctly, the bundler in your project should handle CSS imports (the ones like import index.css).

Icons

...

Contributing

See CONTRIBUTING.md

FAQs

Package last updated on 12 Sep 2024

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