cyber-ui-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.55 • Public • Published

CyberUI

cyber style react library

CircleCI

Background

Recently I found that many websites like to use gradient colors,

But gradient css is really cumbersome to write

So cyberUI appeared, it can help you save the time of writing css, you can have a great gradient effect

It can help you not to waste your life on css (lol)

If you have some good ideas and suggestions

Welcome to submit pr or issue

Install

npm install cyber-ui-react --save

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import {Cyber} from 'cyber-ui-react';

ReactDOM.render((
  <div>
    <Cyber>CyberUI</Cyber>
  </div>
), document.getElementById('root'));

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i cyber-ui-react

Weekly Downloads

1

Version

0.0.55

License

MIT

Unpacked Size

111 kB

Total Files

49

Last publish

Collaborators

  • leoshenhh