0.5.0 • Published 5 years ago

newbank-super-components-lib v0.5.0

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
5 years ago

New Bank super components lib

Components library for New Bank projects.

Usage

1) Install the library: npm install newbank-super-components-lib 2) Import styles in entry point of your application (src/index.js): import 'newbank-super-components-lib/dist/style.css' 3) Use any component, you like:

import * as React from 'react';

import { Button } from 'newbank-super-components-lib';

const App = () => (
  <React.Fragment>
    <Button onClick={() => { console.log('Clicked!'); }}>
      Hello World
    </Button>
  </React.Fragment>
);

export default App;

List of components

1) Row 2) Column 3) Page 4) Card 5) Button 6) Radio 7) Checkbox 8) TextLink 9) TextInput 10) TextArea 11) Heading 12) Spinner

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago