# asc-web-components > [![NPM](https://img.shields.io/npm/v/asc-web-components.svg)](https://www.npmjs.com/package/asc-web-components) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install --save asc-web-components ``` ## Usage ```jsx import React, { Component } from 'react' import MyComponent from 'asc-web-components' class Example extends Component { render () { return ( ) } } ``` ## License MIT © [AlexeySafronov](https://github.com/AlexeySafronov)