@navikt/ds-react 2.0.0-next.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,28 +1,21 @@
1
- # NAV React-components
1
+ # Aksel React-components
2
2
 
3
- All of NAVs core React-components
3
+ React-components for NAVs designsystem.
4
4
 
5
- - Uses styling from `@navikt/ds-css`
5
+ - Uses styling defined in `@navikt/ds-css`
6
6
  - All components implemented with React.forwardRef!
7
7
  - Most components extend native html-elements.
8
8
 
9
9
  ## Installation
10
10
 
11
- Install `@navikt/ds-react` with yarn
12
-
13
11
  ```bash
14
12
  yarn add @navikt/ds-react
15
- ```
16
-
17
- Install `@navikt/ds-react` with npm
18
-
19
- ```bash
20
13
  npm install @navikt/ds-react
21
14
  ```
22
15
 
23
16
  ## Usage
24
17
 
25
- Remember to also import @navikt/ds-css to apply styling! See README-link under "learn more"-section below.
18
+ Remember to also import `@navikt/ds-css` for styling!
26
19
 
27
20
  ```javascript
28
21
  import { Button } from "@navikt/ds-react";