Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@sexxion-x/business-ui

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sexxion-x/business-ui

--- title: 基本介绍 ---

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

title: 基本介绍

@sexxion-x/ui

文档地址

https://codeusb.github.io/sexxion-design

安装依赖

$ npm i @sexxion-x/ui -S

基本使用

import React from 'react';
import { Button } from '@sexxion-x/ui';
import '@sexxion-x/ui/dist/style.css';

const App: React.FC = () => {
  return <Button>button</Button>;
};

export default App;

FAQs

Package last updated on 18 Nov 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