Socket
Book a DemoInstallSign in
Socket

fiora-ui-react

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

fiora-ui-react

一个基于 React 开发的 UI 库

unpublished
latest
Source
npmnpm
Version
4.0.2
Version published
Maintainers
1
Created
Source

fiora-ui-react

一个基于 React 开发的 UI 库

配置项

  • typescript

  • git-cz

  • jest 单测

  • eslint 配置

  • 支持按需加载

  • CI/CD

名字由来

纪念 LOL 中一个英雄 - 无双剑姬(菲奥娜)

如何安装

npm install fiora-ui-react

yarn add fiora-ui-react

如何使用

后续会将实例补充到官方文档中...

该方式为全量引入

import { Button } from "fiora-ui-react";
import "fiora-ui-react/lib/css/index.css"

const App = () => (
  <>
    <Button>Default</Button>
  </>
);

按需加载

使用 babel-plugin-component 插件

配置如下:

[
  'component', {
    'libraryName': 'fiora-ui-react',
    'styleLibrary': {
      'name': 'css',
      'base': false, // no base.css file
      'path': '[module].css'
    }
  }
]

FAQs

Package last updated on 08 Sep 2021

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.