npm install --save nordnet-ui-kit
import { Button } from 'nordnet-ui-kit';
const button = (
<Button primary type="success">Success</Button>
);
ReactDOM.render(button, mountNode);
Documentation is available here.
This open source project released by Nordnet is licensed under the MIT license.