GriffinJohnston / ldrs

Modern, tree-shakeable loader & spinner web components. Made with CSS, HTML and SVG. https://uiball.com/ldrs
MIT License
1.75k stars 54 forks source link

Error when installing UI Ball #12

Closed grsx-1968 closed 1 year ago

grsx-1968 commented 1 year ago

Hey there! I was interested in trying ui Ball loaders for my computer, I installed npm and ran
npm i @uiball/loaders. After choosing the loader I wanted I went ahead and placed the proper code for it in the terminal, however, that's where the problem was. After pressing enter it gave me zsh: parse error near `}' which is not letting me continue on with the process. Is there anything done wrong with the coding? Thanks in advance!

GriffinJohnston commented 1 year ago

Hi, did you paste the loader code directly into your terminal? That won't do anything. This project is a set of React components, so you need to use them in the context of a React app.

grsx-1968 commented 1 year ago

I see, and how would I do that?

GriffinJohnston commented 1 year ago

React is primarily used to build web interfaces. You can learn more here: https://react.dev/