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

scene-ui

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scene-ui

a ui library

latest
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source

Scene-UI:A simple ui-component-lib with simple style

🎉🎉 Congratulations on the official v1.0 release

The scene-ui component library is an open source component library maintained by the students of the School of Software of ShanDong University.

Now a total of 15 basic components, 6 scene components, and 2 ui-method components can be used.

Main technology stack: Vue3+TypeScript

Features:

  • out-of-the-box,
  • scene components
  • low-code development platform(not available)

Our website: https://sunburst7.github.io/scene-ui/

The three of us are rookies, and hope make progress together with the mature devloper.

quick start

First you need to install the latest version of Scene-UI:

npm i scene-ui --save		//produce environment
npm i scene-ui --save-dev	//develop environment

Then you need to import our global CSS styles in main.ts or elsewhere:

import 'scene-ui/style'

Then import the components you need as needed:

<script setup lang="ts">
import { SButton } from 'scene-ui'
</script>
<template>
	<s-button>test</s-button>
</template>    

update version

It is recommended to delete the scene-ui dependency package from node_mudules, and then use npm to download it again

Keywords

ui

FAQs

Package last updated on 08 May 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