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

@uvodohq/admin-ui

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uvodohq/admin-ui

Admin UI - Uvodo Self-hosted eCommerce platform for digital agencies

latest
npmnpm
Version
0.0.0-beta.8
Version published
Maintainers
2
Created
Source

How to install

npm install @uvodohq/admin-ui @uvodohq/planum

Demo example:

https://codesandbox.io/s/uvodo-admin-ui-app-layout-3w9b4e?file=/src/App.js

How to use

import React from 'react'
import { AdminLayout } from '@uvodohq/admin-ui'

// admin styles will apply reset.css and #root{height:100%}
import '@uvodohq/admin-ui/dist/style.css'

export default function App() {
  return <AdminLayout>content</AdminLayout>
}

Add Inter Font

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
  href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
  rel="stylesheet" />

Keywords

react

FAQs

Package last updated on 20 Jul 2022

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