Skip to content

Linyccc/create-react-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BB-color

A Design UI library for React🎈

一个React UI组件库

📦 安装 Install

npm i bb-color

🚩 示例 Usage

import React from 'react';
import { Button } from "bb-color";

class App extends React.Component {
  render() {
    return (
      <div className="App">
        <Button text={'-后缀信息'}></Button>
      </div>
    );
  }
}

export default App;

📙 文档 Document

https://bb-color.github.io/BB-color/

💡 其他 Other

想像我一样构建一套属于自己的UI组件库吗?

欢迎访问 构建教程

About

create-react-app 建一个ui组件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages