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

cra-template-onboarding

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-onboarding

Template para generar la base del onboarding.

  • 0.1.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Onboarding template

Template para generar la base del onboarding.

Instalación

npx create-react-app <project-name> --template cra-template-onboarding

npm install

npm start

Configuración

Editar el archivo config/index.js y agregar todos los pasos necesarios

const steps = [
  {
    name: 'Step Name',
    description: 'Step description (can be empty)'
  },
  {
    name: 'Step Name 2',
    description: 'Step Description'
  }
];

export { steps };

Esto genera la lista de pasos y el comportamiento basico para que los botones siguiente y atrás actualicen el paso actual.

This project was bootstrapped with Create React App.

Keywords

FAQs

Package last updated on 12 Feb 2020

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