## Notification ### base usage ```san Notification ``` ### with icon ```san Notification ``` ### width offset ```san Notification ``` ## API ### Props | name | type | fefault | desc | | --- | --- | --- | --- | | title | String | | title | | message | String | | content | | customClass |String| | custom class | | offset | Number | | offset to the top | | onClick | Function | | on-click callback | | onClose | Function | | on-close callback | | duration | Number | 3000 | duration | | type | String | | include success,error,warning,info, others not use |