0.8.8 • Published 3 years ago

sample-react-lib-by-arun v0.8.8

Weekly downloads
32
License
ISC
Repository
-
Last release
3 years ago

components-library-react

This is a simple react component library with two componentsMultiSelect and Checkbox and it can be integrated with any react application.

Installation

  1. Install it using npm npm i sample-react-lib-by-arun --save-dev.
  2. After installing, you can find sample-react-lib-by-arun folder inside node_modules
  3. Font awesome min css is used inside component for UI. Make sure to include it as cdn. Fontawesome (4.7) min css link

4. react, react-dom, prop-types and classnames are peer dependencies for this plugin.

Note: The fontawesome dependency will be removed soon.

Example Usage:

import React from 'react';
import CheckboxComponent from 'sample-react-lib-by-arun/lib/Checkbox';

class App extends React.Component {
	render() {
		return (
			<div>
					<CheckboxComponent label="Bike" />
			</div>
		)
	}
}

export default App;

Documentation Site: (https://arun-ravichandran-1101.netlify.app/)

Github Link: (https://github.com/arunravichandran-11/components-library-react/)

This is a simple react component library with two componentsMultiSelect and Checkbox and it can be integrated with any react application.

Stack

  1. React JS
  2. Webpack
  3. prop-types
  4. babel

Follow the below instructions to run this codebase in local.

  1. git clone https://github.com/arunravichandran-11/components-library-react.git
  2. Navigate to docs-site folder cd components-library-react/docs-site
  3. npm install
  4. npm start

#Open the link.Local

For the Production Build.

Step 1 to 3 from above instruction 4. npm run prod

A dist folder will be created inside the docs-site directory.

0.8.8

3 years ago

0.8.7

3 years ago

0.9.0

3 years ago

0.8.6

3 years ago

0.8.5

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.9

3 years ago

0.7.8

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.7

3 years ago

0.7.2

3 years ago

0.7.4

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.5

3 years ago

0.4.6

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago