1.0.1 • Published 2 years ago

nsw-ds-react v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NSW Design System React Library

npm version

alt text

Install

npm install nsw-ds-react nsw-design-system

Add the styles separately in your main App.js file

import 'nsw-design-system/dist/css/main.css'

In your index.html document add this line of code inside the <head> tag. Or install icon and font from npm

<link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Usage

Refer to individual components' usage in Storybook

Here's how you import the component:

import React, { Component } from 'react'

import { Callout } from 'nsw-ds-react'

class Example extends Component {
  render() {
    return (
     <Callout title="Title of callout">
       <p>Description of callout</p>
     </Callout>
    )
  }
}

Attribution

The components library is adapted from:

https://github.com/govau/design-system-components/

License

MIT © digitalnsw

1.0.1

2 years ago

1.0.0

2 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago