1.0.82 • Published 11 months ago

@music-loopy/loops v1.0.82

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Logo

Music Loopy Component Library

Using the libray

Installation

npm i @music-loopy/loops

Importing

To use a component you can simply import it and place on you react component

import {Button} from "@music-loopy/loops"

const App = () => {
    return (
        <div>
            <p> Welcome to my World! <p>
            <Button size="large"> Visit world </Button>
        </div>
    )
}

You can view the list of loopy components on our chromatic storybook.

Visit Chromatic Storybook

Mega head gif

Contributing

Get started

  • npm i
  • npm run storybook

View online storybook

On Chromatic

Deploying Storybook

  • npm run chromatic

Then you can view your deployment at

https://(branch)--665f79699d07d8287d55827b.chromatic.com

Our Contribution process

  • Create a component
  • Make sure component can function is not coupled or highly dependant on another component
  • Make component modular
  • Create a story for your component (Lets see it in action)
  • Once satisfied push to github
  • Publish Chromatic storybook
  • Review process
  • Publish npm package

Publishing to npm

  • npm run build
  • npm version patch
  • npm publish

Or simply run npm run deploy which will do all the above

Node version issues

We currently have an issue when building the project with versions greater than Node 16 with NWB This requires us to use version 16 to build and use 18+ to run storybook. THis will be looked into and solved but for now use version 16 to build and any version from 18 upwards to run storybook. To easily switch between versions please consider using Node Version Manager (NVM) on your system.

1.0.82

11 months ago

1.0.81

11 months ago

1.0.80

11 months ago

1.0.79

11 months ago

1.0.77

11 months ago

1.0.76

11 months ago

1.0.75

11 months ago

1.0.73

11 months ago

1.0.71

11 months ago

1.0.70

11 months ago

1.0.69

12 months ago

1.0.68

12 months ago

1.0.64

12 months ago

1.0.63

12 months ago

1.0.62

12 months ago

1.0.61

12 months ago

1.0.60

12 months ago

1.0.59

12 months ago

1.0.56

12 months ago

1.0.55

12 months ago

1.0.54

12 months ago

1.0.53

12 months ago

1.0.51

12 months ago

1.0.49

12 months ago

1.0.48

12 months ago

1.0.46

1 year ago

1.0.45

1 year ago

1.0.44

1 year ago

1.0.43

1 year ago

1.0.41

1 year ago

1.0.40

1 year ago

1.0.39

1 year ago

1.0.38

1 year ago

1.0.37

1 year ago

1.0.36

1 year ago

1.0.35

1 year ago

1.0.34

1 year ago

1.0.33

1 year ago

1.0.29

1 year ago

1.0.27

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago