### Installing as a dependency ``` cmd npm install -i hlym-reactui ``` or ```cmd yarn add hlym-reactui ```
npm install hlym-reactui cmd
npm install -i hlym-reactui
`
or
`cmd
yarn add hlym-reactui
`$3
`jsx
import React from 'react'import { Button } from 'hlym-reactui';
export default const App = () =>
`entry file add global CSS
` jsx
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(
,
document.getElementById('root')
);
reportWebVitals();
``