Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 990 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 990 Bytes

Nordnet UI Kit

NPM version Build Status Dependency Status

Installation

npm install --save nordnet-ui-kit

Usage

import { Button } from 'nordnet-ui-kit';

const button = (
  <Button primary type="success">Success</Button>
);

ReactDOM.render(button, mountNode);

Documentation is available here.

License

This open source project released by Nordnet is licensed under the MIT license.

MIT (http://www.opensource.org/licenses/mit-license.php)