-
Hi,
Not an issue but a question.
The actual version available via npm is the 0.1.1 (4 month ago). Did you plan a next release date ?
-
```
git clone https://github.com/React95/React95/
git checkout 57dc66d8a087792fd8fa0f1cfb7c7560767e8520
yarn
```
1. Open up VS Code in the base
1. Open up the file packages/core/components/C…
-
(See yellow buttons)
![image](https://user-images.githubusercontent.com/28541613/122618138-ea038f00-d08d-11eb-8c65-e51258f94d9f.jpeg)
-
Is there icon pack with original icons?
-
-
Hello.
I wanted types and was tired of writing `// @ts-ignore` before every import. So I went through every component and created types for each of them. It's mostly un-tested, but seems to work.
…
-
SelectBox is basically a Select component, but instead of a dropdown, there is a scrollable box of specified height containing all possible options.
-
Putting the following lines in either `gatsby-browser.ts` or directly in a page of Gatsby has no effect on the styling, and I do have `styled-component` installed. I checked out `React95/gatsby-theme`…
-
I have done based on the intro: https://github.com/React95/React95/tree/master/packages/core#nextjs
and add some code for styled-components based on this: https://nextjs.org/docs/app/building-your-…
-
Getting some issues trying to use react95 in nextjs 14.
This is what I see in the terminal and localhost:3000
```
⨯ ./Cursor:37
Error: Image import "./cursors/AngleUpLeft.png" is not a valid …