1.0.8 • Published 5 years ago

ui-cra-lib v1.0.8

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

Development in the lib

1- Initialize the project by installing the packages with resource to:

npm run init

2- Run the src-code compiler:

npm start

3- In a seperate cli window run the following to see a live preview of the lib in a project:

cd example
npm start

ui-cra-lib

CS React UI Library

NPM JavaScript Style Guide

Installing the CS lib

npm install --save ui-cra-lib

Usage

import React, { Component } from 'react';

import MyComponent from 'ui-cra-lib';

import 'ui-cra-lib/dist/index.css';

class Example extends Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT ©

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago