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

@kushki/frontend-molecules

Package Overview
Dependencies
Maintainers
20
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kushki/frontend-molecules

Custom react components

  • 1.1.6
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
20
Weekly downloads
 
Created
Source

@kushki/frontend-molecules

Kushki React components project.

Getting Started

Execute command npm run start

Running the tests

Run npm run test

Build components

Execute command npm run build

Publish components

Execute command npm run publish-cmp

You must know

Read about React reusable components and Typescript to edit this project. You must not commit at develop and master branches. You must create a pull request to merge your code.

Built With

  • React - Used for building user interfaces
  • Typescript - Typescript
  • Material-UI - Components styles

Single SPA

Webpack configuration to work with Single SPA framework.

module.exports = (webpackConfigEnv) => {
   const defaultConfig = singleSpaDefaults({
     orgName: "kushki",
     projectName: "single-spa-name",
     webpackConfigEnv,
   });
   return webpackMerge.smart(defaultConfig, {
     externals : {
       kushki: 'kushki'
     },
   });
 };

Authors

  • Kushki Dev Team
  • Bryan Arellano - Initial work - github

Acknowledgments

“With great power comes great responsibility” - Peter Parker

Keywords

FAQs

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