Web: Components: fixed README.md file

This commit is contained in:
Nikita Gopienko 2019-08-30 13:21:11 +03:00
parent 3175bbea82
commit a57bbb7f2e
2 changed files with 2 additions and 1 deletions

View File

@ -409,6 +409,7 @@ class Calendar extends Component {
render() {
//console.log("render");
const disabled = this.props.disabled;
const scaled = this.props.scaled;
const dropDownSizeMonth = this.getListMonth().length > 4 ? 180 : undefined;

View File

@ -7,7 +7,7 @@ Custom calendar
#### Usage
```js
import { Calendar } from 'asc-web-components';
import { NewCalendar } from 'asc-web-components';
<NewCalendar
onChange={date => {