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

26 lines
393 B
Markdown
Raw Normal View History

# asc-web-components
2019-05-15 14:56:09 +00:00
>
2019-05-24 14:24:16 +00:00
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
2019-05-15 14:56:09 +00:00
## Usage
```jsx
import React, { Component } from 'react'
2019-05-24 14:24:16 +00:00
import Button from 'asc-web-components'
2019-05-15 14:56:09 +00:00
class Example extends Component {
render () {
return (
2019-05-24 14:24:16 +00:00
<Button>OK</Button>
2019-05-15 14:56:09 +00:00
)
}
}
```
## License
2019-05-24 14:23:14 +00:00
AGPL-3.0 © Ascensio System SIA