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

@crate.io/crate-ui-components

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crate.io/crate-ui-components

  • 0.1.18
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-66.67%
Maintainers
4
Weekly downloads
 
Created
Source

===================== Create UI Components

The Create UI Components is a collection of React components that are used in Crate React applications.

Core Technology

This library uses

  • React JavaScript library_
  • Ant Design System_ A design system of UI components to accelerate the UI development
  • Tailwind CSS_ A fast, flexible, and reliable CSS library

Local Installation

Install the required Node JS version to run the application.

For nvm users:: nvm use

Otherwise check the .nvmrc file to see the current Node JS version required and install using whichever method you prefer.

Install the required dependencies::

yarn install

Start the development server::

yarn start

Publish a newer version

To publish a new version of the library you need to:

  1. configure the .npmrc file
  2. run yarn build to properly build the library
  3. run yarn publish and type the new version number

This process can also be automated with a GitHub action.

Configuring .npmrc file

Create a .npmrc file in the root of the project with the following content and just update the GITHUB_TOKEN::

@GITHUB_USERNAME:registry=https://npm.pkg.github.com/crate //npm.pkg.github.com/:_authToken=GITHUB_TOKEN

FAQs

Package last updated on 04 Jan 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

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