Comparing version 1.0.0 to 1.0.1
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
@@ -1,15 +0,22 @@ | ||
# material-web-react | ||
# mw-react | ||
To install dependencies: | ||
### Material Design 3 components for React, using the official [Material Web Components](https://material-web.dev). | ||
```bash | ||
bun install | ||
``` | ||
--- | ||
To run: | ||
To install: | ||
```bash | ||
bun run index.ts | ||
``` | ||
This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. | ||
> Bun (recommended) | ||
> ```bash | ||
> bun install mw-react | ||
> ``` | ||
> | ||
> NPM | ||
> ```bash | ||
> npm install mw-react | ||
> ``` | ||
> | ||
> Yarn | ||
> ```bash | ||
> yarn add mw-react | ||
> ``` |
42168
22