0.2.16 • Published 3 years ago

vimpelcom-design-system-b2b v0.2.16

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago