New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antdp/fullscreen

Package Overview
Dependencies
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antdp/fullscreen

设置页面全屏

2.0.20
Source
npm
Version published
Maintainers
2
Created
Source

@antdp/fullscreen

npm version npm download

设置页面全屏。

安装使用

npm i @antdp/fullscreen --save

基础示例预览

import React from 'react';
import Fullscreen from '@antdp/fullscreen';

const Demo = () => (
  <div style={{ }}>
    <Fullscreen />
  </div>
);

export default Demo

Keywords

fullscreen

FAQs

Package last updated on 21 Jun 2023

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