Skip to content

Commit

Permalink
fix: 🐛 add readme to react-17-adapter
Browse files Browse the repository at this point in the history
doing a version bump in order to get npmjs updated
  • Loading branch information
nutgaard committed Apr 5, 2022
1 parent a96b591 commit 90d821d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions react-17-adapter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# navspa-react-17-adapter

Adapter pakke for å bruke [NAVSPA](https://www.npmjs.com/package/@navikt/navspa) til å eksportere applikasjoner skrevet med react@17 eller tidligere.

```typescript
import NAVSPA from '@navikt/navspa';
import { React17Adapter } from '@navikt/navspa-react-17-adapter';

NAVSPA.setAdapter(new React17Adapter());
```

0 comments on commit 90d821d

Please sign in to comment.