3.0.0 • Published 8 days ago

nhsuk-react-components v3.0.0

Weekly downloads
381
License
MIT
Repository
-
Last release
8 days ago

nhsuk-react-components

NHS.UK Frontend components ported to React

Build NPM JavaScript Style Guide Bundle Size Codacy Badge Code Coverage

Notes

This package is developed by NHS Digital, but it is not from the NHS.UK redesign team. Some things may differ between the standard NHS.UK frontend library and this library, however we will try our best to keep this package maintained and up-to-date.

This package is still under development, so there may be breaking changes in minor and patch version updates. As of the 1.0.0 release, only major updates will make breaking changes.

Storybook

A React Storybook featuring all of the components is located here.

Install

npm install --save nhsuk-react-components

yarn add nhsuk-react-components

Usage

import React, { Component } from 'react';

// You can import from the global component
import { Panel } from 'nhsuk-react-components';

// // [RECOMENDED] Or import only the components you will use (this will reduce the total bundle size)
import Panel from 'nhsuk-react-components/lib/components/panel';

class Example extends Component {
  render() {
    return (
      <Panel label="TestPanel">
        <p>Hello!</p>
      </Panel>
    );
  }
}

License

MIT © Thomas Judd-Cooper

NHS.UK styles and components ported from MIT © NHS.UK frontend.

4.0.0-beta.4

8 days ago

4.0.0-beta.3

11 days ago

4.0.0-beta.2

16 days ago

4.0.0-beta.1

17 days ago

3.0.0

5 months ago

2.3.0-beta.1

1 year ago

2.2.2

1 year ago

2.2.1

1 year ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

2.0.0-beta.2

3 years ago

2.0.0-beta.1

3 years ago

2.0.0-test.2

3 years ago

2.0.0-test.1

3 years ago

1.2.8-dev1

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.4-test.3

4 years ago

1.1.4-test.2

4 years ago

1.1.4-test.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.2-test.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-rc.4

4 years ago

1.0.0-rc.3

4 years ago

1.0.0-rc.2

4 years ago

1.0.0-rc.1

4 years ago

1.0.0-beta.4

4 years ago

1.0.0-beta.2

4 years ago

1.0.0-beta.3

4 years ago

1.0.0-beta.1

4 years ago

0.8.15

4 years ago

0.8.14

4 years ago

1.0.0-alpha.8

4 years ago

1.0.0-alpha.7

4 years ago

1.0.0-alpha.6

4 years ago

1.0.0-alpha.5

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.2

4 years ago

1.0.0-alpha.1

4 years ago

1.0.0-alpha.0

4 years ago

0.8.13

4 years ago

0.8.12

5 years ago

0.8.11-alpha

5 years ago

0.8.10-alpha

5 years ago

0.8.9-alpha

5 years ago

0.8.8

5 years ago

0.8.7

5 years ago

0.8.6

5 years ago

0.8.5

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2-beta

5 years ago

0.8.2-alpha2

5 years ago

0.8.2-alpha

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago