loopin-ui-components

0.0.6 • Public • Published

How to use

  • Run `npx create-react-app use-loopin-ui-components
  • Now update src/App.js with following code
    import './App.css';
    import { Button } from 'loopin-ui-components';

    function App() {
    return (
        <div className="App">
            <Button
            variant="text"
            size="medium"
            onClick={() => {
                alert('Button clicked')
            }}
            >
            Connect Slack
            </Button>
        </div>
    );
    }

    export default App;

Readme

Keywords

Package Sidebar

Install

npm i loopin-ui-components

Weekly Downloads

7

Version

0.0.6

License

none

Unpacked Size

3.39 kB

Total Files

5

Last publish

Collaborators

  • bhagawat21