mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 08:43:36 +00:00
Fixes
This commit is contained in:
@@ -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() {
|
||||
|
||||
10283
demos/astro/strong-singularity/package-lock.json
generated
10283
demos/astro/strong-singularity/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user