Skip to content

Commit

Permalink
Add framework icons
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkerimov committed May 2, 2023
1 parent 8e74c60 commit f00aa46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ unsub()
## Integrations

### <img src="https://raw.githubusercontent.com/onurkerimov/xoid/master/assets/integrations/react.ico" width="18"/> React
### <img src="https://raw.githubusercontent.com/onurkerimov/xoid/master/assets/integrations/react.ico" width="16"/> React

Just use **@xoid/react** and import `useAtom`. No context providers are needed.

Expand Down Expand Up @@ -204,7 +204,7 @@ const App = (props: Props) => {



### Vue
### <img src="https://raw.githubusercontent.com/onurkerimov/xoid/master/assets/integrations/vue.png" width="16"/> Vue

Just use `@xoid/vue` and import `useAtom`.

Expand All @@ -222,7 +222,7 @@ const value = useAtom(myAtom)
```


### Svelte
### <img src="https://raw.githubusercontent.com/onurkerimov/xoid/master/assets/integrations/svelte.png" width="16"/> Svelte

Svelte integration is seamless, and requires no libraries since every store implements
[Svelte's store contract](https://svelte.dev/docs#component-format-script-4-prefix-stores-with-$-to-access-their-values-store-contract). Just put a `$` before the variable name.
Expand Down

0 comments on commit f00aa46

Please sign in to comment.