0.0.23 • Published 3 years ago

hlym-reactui v0.0.23

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

UI React Component Project (WIP)

Installing as a dependency

npm install -i hlym-reactui

or

yarn add hlym-reactui

Usage

import React from 'react'

import { Button } from 'hlym-reactui';

export default const App = () => <Button>hahah</Button>

entry file add global CSS

import React from 'react';
import ReactDOM from 'react-dom';
import 'hlym-reactui/lib/style/entry.css'

import App from './App';
import reportWebVitals from './reportWebVitals';

ReactDOM.render(
  <React.StrictMode>
    <App />
  </React.StrictMode>,
  document.getElementById('root')
);

reportWebVitals();
0.0.20

3 years ago

0.0.21

3 years ago

0.0.10

3 years ago

0.0.22

3 years ago

0.0.11

3 years ago

0.0.23

3 years ago

0.0.12

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.8

3 years ago

0.0.18

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago