Socket
Socket
Sign inDemoInstall

@kushki/frontend-molecules

Package Overview
Dependencies
96
Maintainers
20
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kushki/frontend-molecules

Custom react components


Version published
Maintainers
20
Created

Readme

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

Last updated on 21 Oct 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc