2.21.0 • Published 8 months ago

@hyphen/hyphen-components v2.21.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

A React component library to power all Hyphen UI

Quick Start

1. Install

npm install @hyphen/hyphen-components

2. Import Global CSS

import '@hyphen/hyphen-components/dist/css/utilities.css'; // Utility classes -- REQUIRED
import '@hyphen/hyphen-components/dist/css/variables.css'; // CSS Variables -- REQUIRED
import '@hyphen/hyphen-components/dist/css/index.css'; // Component CSS -- REQUIRED
import '@hyphen/hyphen-components/dist/css/fonts.css'; // Included Font files -- OPTIONAL BUT ENCOURAGED

We recommend importing our global reset in order to maintain a consistent look of all components across applications.

import '@hyphen/hyphen-components/dist/css/reset.css' // A Basic CSS Reset -- OPTIONAL BUT ENCOURAGED.

3. Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Box } from '@hyphen/hyphen-components';

function App() {
  return <Box>Hello World</Box>;
}

ReactDOM.render(<App />, document.querySelector('#app'));

Documentation

SEE FULL DOCS HERE

Contributing

Issues and PRs welcome! See HERE for our Contribution Guide.

Raising an Issue

When raising an issue:

  • Make sure the issue hasn't been raised yet.
  • Tag issue accordingly using your best judgement. Do NOT create new tags. If you feel a new one is needed, raise it in your issue.
  • If your issue is a bug, include screenshots or animated GIFs in your issue whenever needed (if issue is visual in nature).
  • If your issue is a bug, include steps to reproduce, or link to reproducible issue, e.g.: Code Sandbox or similar. Please also provide any additional details including device, OS, browser, browser version etc.

Issues can be raised here.

License

This project is licensed under the terms of the MIT license.

2.21.0

8 months ago

2.20.0

8 months ago

2.19.2

8 months ago

2.19.0

9 months ago

2.19.1

8 months ago

2.18.1

9 months ago

2.18.0

9 months ago

2.15.6

9 months ago

2.16.3

9 months ago

2.15.4

9 months ago

2.15.5

9 months ago

2.17.0

9 months ago

2.16.1

9 months ago

2.15.2

9 months ago

2.16.2

9 months ago

2.15.3

9 months ago

2.15.0

9 months ago

2.16.0

9 months ago

2.15.1

9 months ago

2.13.0

9 months ago

2.14.0

9 months ago

2.13.1

9 months ago

2.12.3

10 months ago

2.12.4

9 months ago

2.12.1

10 months ago

2.12.2

10 months ago

2.12.0

10 months ago

2.11.5

10 months ago

2.11.4

10 months ago

2.11.3

10 months ago

2.11.2

10 months ago

2.11.1

10 months ago

2.11.0

11 months ago

2.10.1

11 months ago

2.10.0

11 months ago

2.9.6

11 months ago

2.9.5

11 months ago

2.9.4

12 months ago

2.9.3

1 year ago

2.9.2

1 year ago

2.9.1

1 year ago

2.9.0

1 year ago