DocSpace-buildtools/web/ASC.Web.Components/README.md

32 lines
596 B
Markdown
Raw Normal View History

# asc-web-components
2019-05-15 14:56:09 +00:00
>
[![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)
2019-05-15 14:56:09 +00:00
## Install
```bash
npm install --save asc-web-components
2019-05-15 14:56:09 +00:00
```
## Usage
```jsx
import React, { Component } from 'react'
import MyComponent from 'asc-web-components'
2019-05-15 14:56:09 +00:00
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
```
## License
MIT © [AlexeySafronov](https://github.com/AlexeySafronov)