Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

o-coui

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

o-coui

[![Build Status](https://travis-ci.org/ococa/wheels.svg?branch=master)](https://travis-ci.org/ococa/wheels) 作者:ococa

  • 0.0.8
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

一个ui组件库

Build Status 作者:ococa

介绍

开始使用

  1. 添加css样式 使用本框架前,请在css 中开启 border-box
*, *::before, *::after{ box-sizing: border-box }

还需要设置默认颜色等变量

:root {
    --button-height: 32px;
    --font-size: 14px;
    --button-bg: white;
    --button-active-bg: #eee;
    --button-border-radius: 4px;
    --color: #999;
    --border-color: #999;
    --border-color-horver: #666;
}
  1. install
npm i --save o-coui
  1. import 'o-coui'
import { Button } from 'o-coui';
import 'o-coui/dist/index.css';

export default {
  name: 'app',
  components: {
    Button
  }
}
  1. import svg symbols
<script src="//at.alicdn.com/t/font_1590521_wqo0d4mj94.js"></script>

文档

提问

变更记录

联系方式

贡献代码

FAQs

Package last updated on 01 Jan 2020

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