New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

super-layouts

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

super-layouts

- [ ] 1. toolbar layout automater, takes routing schemes and automates a navbar, main view layout * different sections of an app manage different concerns and have their own self contained general grouped url schemes * route scheme provider, contains a la

latest
npmnpm
Version
1.4.1
Version published
Maintainers
1
Created
Source

super-layouts

  • 1. toolbar layout automater, takes routing schemes and automates a navbar, main view layout
  • different sections of an app manage different concerns and have their own self contained general grouped url schemes
  • route scheme provider, contains a layout that expresses the sections and their concerns, which ultimately map to grouped url schemes
  • 2. easy access endpoints
  • folds into the idea of layout automater
  • takes the endpoints that you have created in the react router and makes them available globally
  • 3. easy access params and navigate utilities
  • this is a component level concern, perhaps could be made available via a container or via a route wrapper
  • 4. automated layout validated form
  • supports the create/edit modal
  • must have the ability for actions in certain inputs to affect other inputs
  • 5. create/edit modal
  • created from mixture of validated form, toggle container, whatever trigger buttons and modal component you desire
  • 6. toggle container

  • 7. automated card with drilldown layout, where selecting a card drills down into a details view

  • details view is managed by routing library
  • details view can also be specified as an inline 'preview' panel
  • 8. data fetcher container

FAQs

Package last updated on 18 Aug 2019

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