Socket
Book a DemoInstallSign in
Socket

@ilb/filedossiercomponent-antd

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ilb/filedossiercomponent-antd

## At the moment, only the FileContent component is available for use.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
0
Created
Source

Filedossier frontend + components v2

At the moment, only the FileContent component is available for use.

Setup

npm install --save @ilb/filedossiercomponent

Import styles (without css-modules!!!)

import '@ilb/filedossiercomponent/src/index.css';

Include privilegedAPI.js script in your app

  // Nextjs example
  import Head from 'next/head';
  ...
  <Head>
    <script key="privilegedAPI" type="text/javascript" src="/privilegedAPI/web/scripts/privilegedAPI.js"></script>
  </Head>

This package is NOT transpiled, you need to use next-transpile-modules

  transpileModules: ['@ilb/filedossiercomponent'],

Usage

development

  • npm i react react-dom antd @ant-design/icons

  • npm start

  • 'npm i'

  • 'npm run dev'

FAQs

Package last updated on 26 Aug 2024

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