Socket
Socket
Sign inDemoInstall

@pdg/react-admin-layout

Package Overview
Dependencies
102
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pdg/react-admin-layout

Admin Layout for React


Version published
Maintainers
1
Created

Readme

Source

@pdg/react-admin-layout

Admin Layout for React

데모

https://parkdigy.github.io/react-admin-layout/

설치

npm install -D @pdg/react-admin-layout @mui/material @mui/icons-material @emotion/react @emotion/styled @pdg/util simplebar-react

index.html 에 추가

...
<head>
  ...
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link rel="stylesheet" href="https://mafin.s3.ap-northeast-2.amazonaws.com/common/fonts/pretendard/static/pretendard.css">
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
  ...
</head>
...

simplebar-react css 추가

import 'simplebar-react/dist/simplebar.min.css';

Keywords

FAQs

Last updated on 09 May 2024

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