0.2.16 • Published 2 years ago

vimpelcom-design-system-b2b v0.2.16

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

React components according to Beeline Design System for quickly development.

license

Installation

UI library is available as an npm package.

// with npm
npm install vimpelcom-design-system-b2b

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import {Button} from 'vimpelcom-design-system-b2b';

function App() {
  return (
    <Button purpose="filter" variant="primary" label="Hello World">
  );
}

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

Availiable Components

import {Button, Select, Input, Switch, Wrapper} from 'vimpelcom-design-system-b2b';
0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago