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

@univerjs/base-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

@univerjs/base-ui

UniverSheet normal plugin UI manager

  • 0.0.1
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

base-ui

English| 简体中文

Introduction

UniverSheet official UI component library

Features

  • Pure tsx components, which can be easily integrated into vue/react
  • Import on demand, don’t worry about affecting the package size

Usage

Install

npm i @univerjs/base-ui

Import

import baseUI from '@univerjs/base-ui';
universheet.install(baseUI);
universheet.create({
    plugins: ['base-ui'],
});

Local development

Requirements

Installation

npm i

Development

# Current directory ./packages/base-ui/
npm run dev

# Or project root directory ./
npm run dev -w @univerjs/base-ui

Package

# Current directory ./packages/base-ui/
npm run build

# Or root directory ./
npm run build -w @univerjs/base-ui

Doc Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

# root folder
npm i

Development

# base-ui folder
npm run start

# or root folder
npm run start -w @univerjs/base-ui

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

# base-ui folder
npm run build:doc

# or root folder
npm run build:doc -w @univerjs/base-ui

This command generates static content into the build directory and can be served using any static contents hosting service.

FAQs

Package last updated on 13 Feb 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc