This commit is contained in:
2023-03-08 16:48:30 +01:00
parent a8c8ab7ac7
commit 4353b726e2
3 changed files with 2 additions and 10285 deletions

View File

@@ -34,7 +34,7 @@ Install the packages with `npm i garlic-react`, you should then import the `Garl
import Garlic from 'garlic';
```
You just need to wrap your html in the `garlic()` method:
You just need to wrap your html in the `Garlic.clove` method:
```js
function App() {

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/mdx": "^0.17.2",
"astro": "^2.0.16",
"garlic-astro": "file:../../garlic-astro",
"garlic-astro": "file:../../../garlic-astro",
"jsdom": "^21.1.0"
}
}