0.1.7 • Published 5 years ago

wdgt-ui v0.1.7

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
5 years ago

Wdgt ui web components

Docs & Demo

Installation

yarn add wdgt-ui

or

npm i wdgt-ui

Usage example

import React from 'react';
import { render } from 'react-dom';
import { Avatar } from '@sinups/wdgt-ui';

const container = document.getElementById('container');

render(
  <Avatar
    title="Andrew Miller"
    image="https://github.com/images/avatar.jpg"
  />,
  container
);

More components.

Webpack configuration

We're not compiling JS & CSS code before publishing. You have to update or add webpack configuration to your build pipeline.

yarn add babel-loader postcss-loader css-loader style-loader svg-sprite-loader
yarn add @sinups/babel-preset-dialog @sinups/postcss-dialog
// webpack.config.js
//coming soon

NPM scripts:

  • npm start start dev server
  • npm run create create new component
  • npm test run tests
  • npm run lint run linters
  • npm run format run formatters
  • npm run build build library
  • npm run docs build docs
  • npm run release build & publish to npm & publish to gh-pages

Version System 1.0.0

npm version major - 1.-.-
npm version minor - -.0.-
npm version patch - -.-.0

patch-версия инкрементируется при выпуске релиза, закрывающего баги
minor-версия инкрементируется при выпуске релиза с новым функционалом, не затрагивающем старый
major версия инкрементируется при выпуске релиза, которым невозможно пользоваться так, как прежде
0.1.9

5 years ago

0.0.1

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.5

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago